Home
last modified time | relevance | path

Searched refs:thread_started_counter_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc139 int thread_started_counter_; // Used to issue unique id to workers. member in base::__anon414633000111::WorkQueue
504 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()