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

/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc130 const int thread_count_; member in class:base::__anon1206::WorkQueue
479 thread_count_(thread_count),
489 EXPECT_GE(thread_count_, 1);
494 for (int i = 0; i < thread_count_; ++i) {
508 for (int i = 0; i < thread_count_; ++i) {
522 return thread_count_ == thread_started_counter_;
593 for (int i = 0; i < thread_count_; ++i) {
601 for (int i = 0; i < thread_count_; ++i)
608 for (int i = 0; i < thread_count_; ++i)
615 for (int i = 0; i < thread_count_;
[all...]

Completed in 37 milliseconds