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

  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 137 int waiting_thread_count_; member in class:base::__anon24336::WorkQueue
502 waiting_thread_count_(0),
533 EXPECT_EQ(0, waiting_thread_count_);
679 if (waiting_thread_count_ == thread_count_)
732 ++waiting_thread_count_;
734 --waiting_thread_count_;
  /external/libchrome/base/threading/
sequenced_worker_pool.cc 518 size_t waiting_thread_count_; member in class:base::SequencedWorkerPool::Inner
651 waiting_thread_count_(0),
    [all...]

Completed in 56 milliseconds