Home
last modified time | relevance | path

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

/external/cronet/base/synchronization/
Dcondition_variable_unittest.cc140 int thread_started_counter_; // Used to issue unique id to workers. member in base::__anonc69937da0111::WorkQueue
497 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()
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc141 int thread_started_counter_; // Used to issue unique id to workers. member in base::__anon5cc981040111::WorkQueue
512 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()