Home | History | Annotate | Download | only in synchronization

Lines Matching defs:thread_count_

131   const int thread_count_;
496 thread_count_(thread_count),
506 EXPECT_GE(thread_count_, 1);
511 for (int i = 0; i < thread_count_; ++i) {
525 for (int i = 0; i < thread_count_; ++i) {
539 return thread_count_ == thread_started_counter_;
610 for (int i = 0; i < thread_count_; ++i) {
618 for (int i = 0; i < thread_count_; ++i)
625 for (int i = 0; i < thread_count_; ++i)
632 for (int i = 0; i < thread_count_; ++i)
640 for (int i = 0; i < thread_count_; ++i)
648 for (int i = 0; i < thread_count_; ++i)
674 if (waiting_thread_count_ == thread_count_)