Searched refs:thread_started_counter_ (Results 1 – 2 of 2) sorted by relevance
140 int thread_started_counter_; // Used to issue unique id to workers. member in base::__anonc69937da0111::WorkQueue497 thread_started_counter_(0), in WorkQueue()530 return thread_started_counter_++; // Give out Unique IDs. in GetThreadId()535 return thread_count_ == thread_started_counter_; in EveryIdWasAllocated()
141 int thread_started_counter_; // Used to issue unique id to workers. member in base::__anon5cc981040111::WorkQueue512 thread_started_counter_(0), in WorkQueue()545 return thread_started_counter_++; // Give out Unique IDs. in GetThreadId()550 return thread_count_ == thread_started_counter_; in EveryIdWasAllocated()