Searched refs:global_count (Results 1 – 3 of 3) sorted by relevance
171 size_t global_count = global_execute_count; in continue_nodes_with_copy() local173 CHECK_MESSAGE( global_count == expected_count, "" ); in continue_nodes_with_copy()174 CHECK_MESSAGE( global_count == inc_count, "" ); in continue_nodes_with_copy()
221 size_t global_count = global_execute_count; in buffered_levels_with_copy() local223 CHECK(global_count == expected_count); in buffered_levels_with_copy()224 CHECK(global_count == inc_count ); in buffered_levels_with_copy()
212 size_t global_count = global_execute_count; in buffered_levels_with_copy() local214 CHECK_MESSAGE( (global_count == expected_count && global_count == inc_count), "" ); in buffered_levels_with_copy()