Searched refs:work_is_available_ (Results 1 – 1 of 1) sorted by relevance
128 ConditionVariable work_is_available_; // To tell threads there is work. member in base::__anon414633000111::WorkQueue496 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()