Searched refs:thread_count_ (Results 1 – 4 of 4) sorted by relevance
135 const int thread_count_; member in base::__anonc69937da0111::WorkQueue492 thread_count_(thread_count), in WorkQueue()502 EXPECT_GE(thread_count_, 1); in WorkQueue()507 for (int i = 0; i < thread_count_; ++i) { in WorkQueue()521 for (int i = 0; i < thread_count_; ++i) { in ~WorkQueue()535 return thread_count_ == thread_started_counter_; in EveryIdWasAllocated()606 for (int i = 0; i < thread_count_; ++i) { in ResetHistory()614 for (int i = 0; i < thread_count_; ++i) in GetMinCompletionsByWorkerThread()621 for (int i = 0; i < thread_count_; ++i) in GetMaxCompletionsByWorkerThread()628 for (int i = 0; i < thread_count_; ++i) in GetNumThreadsTakingAssignments()[all …]
136 const int thread_count_; member in base::__anon5cc981040111::WorkQueue507 thread_count_(thread_count), in WorkQueue()517 EXPECT_GE(thread_count_, 1); in WorkQueue()522 for (int i = 0; i < thread_count_; ++i) { in WorkQueue()536 for (int i = 0; i < thread_count_; ++i) { in ~WorkQueue()550 return thread_count_ == thread_started_counter_; in EveryIdWasAllocated()621 for (int i = 0; i < thread_count_; ++i) { in ResetHistory()629 for (int i = 0; i < thread_count_; ++i) in GetMinCompletionsByWorkerThread()636 for (int i = 0; i < thread_count_; ++i) in GetMaxCompletionsByWorkerThread()643 for (int i = 0; i < thread_count_; ++i) in GetNumThreadsTakingAssignments()[all …]
334 return valid_ ? thread_count_ : 0; in thread_count()368 uint32_t thread_count_; variable
1684 thread_count_(0) { in MinidumpThreadList()1698 thread_count_ = 0; in Read()1784 thread_count_ = thread_count; in Read()1798 if (index >= thread_count_) { in GetThreadAtIndex()1800 index << "/" << thread_count_; in GetThreadAtIndex()1822 printf(" thread_count = %d\n", thread_count_); in Print()1826 thread_index < thread_count_; in Print()