Home
last modified time | relevance | path

Searched defs:Counter (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_mutex.h30 struct Counter { struct
50 }; // struct Counter argument
H A Dtest_semaphore.cpp110 struct Counter { struct
113 Counter() : value(0) {} in Counter() argument
/oneTBB/test/common/
H A Diterator.h98 typedef std::atomic<size_t> Counter; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp963 std::atomic<int> Counter; variable