Home
last modified time | relevance | path

Searched refs:global_count (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp171 size_t global_count = global_execute_count; in continue_nodes_with_copy() local
173 CHECK_MESSAGE( global_count == expected_count, "" ); in continue_nodes_with_copy()
174 CHECK_MESSAGE( global_count == inc_count, "" ); in continue_nodes_with_copy()
H A Dtest_function_node.cpp221 size_t global_count = global_execute_count; in buffered_levels_with_copy() local
223 CHECK(global_count == expected_count); in buffered_levels_with_copy()
224 CHECK(global_count == inc_count ); in buffered_levels_with_copy()
H A Dtest_multifunction_node.cpp212 size_t global_count = global_execute_count; in buffered_levels_with_copy() local
214 CHECK_MESSAGE( (global_count == expected_count && global_count == inc_count), "" ); in buffered_levels_with_copy()