HomeSort by relevance Sort by last modified time
    Searched refs:BlockingCounter (Results 1 - 4 of 4) sorted by null

  /external/gemmlowp/test/
test_blocking_counter.cc 26 Thread(BlockingCounter* blocking_counter, int number_of_times_to_decrement)
55 BlockingCounter* const blocking_counter_;
61 void test_blocking_counter(BlockingCounter* blocking_counter, int num_threads,
82 BlockingCounter* blocking_counter = new BlockingCounter;
  /external/gemmlowp/internal/
multi_thread_gemm.h 148 // A BlockingCounter lets one thread to wait for N events to occur.
151 class BlockingCounter {
153 BlockingCounter()
186 // to hit the BlockingCounter.
188 ScopedProfilingLabel label("BlockingCounter::Wait");
223 explicit Worker(BlockingCounter* counter_to_decrement_when_ready)
335 // pointer to the master's thread BlockingCounter object, to notify the
337 BlockingCounter* const counter_to_decrement_when_ready_;
354 BlockingCounter& counter_to_decrement_when_ready() {
386 // The BlockingCounter used to wait for the workers
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 571 class BlockingCounter {
573 explicit BlockingCounter(int initial_count) :
tsan_unittest.cpp     [all...]

Completed in 68 milliseconds