Searched refs:thread_started_counter_ (Results 1 – 1 of 1) sorted by relevance
139 int thread_started_counter_; // Used to issue unique id to workers. member in base::__anon414633000111::WorkQueue504 thread_started_counter_(0), in WorkQueue()537 return thread_started_counter_++; // Give out Unique IDs. in GetThreadId()542 return thread_count_ == thread_started_counter_; in EveryIdWasAllocated()