Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc128 ConditionVariable work_is_available_; // To tell threads there is work. member in base::__anon414633000111::WorkQueue
496 work_is_available_(&lock_), in WorkQueue()
526 work_is_available_.Broadcast(); // Tell them all to terminate. in ~WorkQueue()
601 return &work_is_available_; in work_is_available()