Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp1085 std::atomic<std::size_t> sync_counter(0); in TestETSIterator() local
1093 ++sync_counter; in TestETSIterator()
1094 while(sync_counter != expected_ets_size) in TestETSIterator()
1177 std::atomic<std::size_t> sync_counter(0); in TestETSIteratorComparisons() local
1180 ++sync_counter; in TestETSIteratorComparisons()
1181 while(sync_counter != expected_ets_size) in TestETSIteratorComparisons()