Searched refs:BlockingCounter (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h571 class BlockingCounter { class
573 explicit BlockingCounter(int initial_count) : function in class:BlockingCounter
H A Dtsan_unittest.cpp6022 // test126 TN: test for BlockingCounter {{{1
6024 BlockingCounter *blocking_counter;
6034 blocking_counter = new BlockingCounter(3);
7143 BlockingCounter *blocking_counter;

Completed in 197 milliseconds