Searched refs:sync_counter (Results 1 – 1 of 1) sorted by relevance
1085 std::atomic<std::size_t> sync_counter(0); in TestETSIterator() local1093 ++sync_counter; in TestETSIterator()1094 while(sync_counter != expected_ets_size) in TestETSIterator()1177 std::atomic<std::size_t> sync_counter(0); in TestETSIteratorComparisons() local1180 ++sync_counter; in TestETSIteratorComparisons()1181 while(sync_counter != expected_ets_size) in TestETSIteratorComparisons()