Searched refs:thread_count_ (Results 1 – 2 of 2) sorted by relevance
131 const int thread_count_; member in base::__anon7240408c0111::WorkQueue496 thread_count_(thread_count), in WorkQueue()506 EXPECT_GE(thread_count_, 1); in WorkQueue()511 for (int i = 0; i < thread_count_; ++i) { in WorkQueue()525 for (int i = 0; i < thread_count_; ++i) { in ~WorkQueue()539 return thread_count_ == thread_started_counter_; in EveryIdWasAllocated()610 for (int i = 0; i < thread_count_; ++i) { in ResetHistory()618 for (int i = 0; i < thread_count_; ++i) in GetMinCompletionsByWorkerThread()625 for (int i = 0; i < thread_count_; ++i) in GetMaxCompletionsByWorkerThread()632 for (int i = 0; i < thread_count_; ++i) in GetNumThreadsTakingAssignments()[all …]
229 thread_count_(thread_count), in LoopIncrementThread()241 while (count % thread_count_ != rem_ && count < limit_) { in Run()248 EXPECT_EQ(last_count + (thread_count_ - 1), count); in Run()261 const int thread_count_; member in v8::base::__anon23f299cf0311::FINAL