Home
last modified time | relevance | path

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

/external/cronet/base/synchronization/
Dcondition_variable_unittest.cc85 bool allow_help_requests() const; // Workers can signal more workers.
558 bool WorkQueue::allow_help_requests() const { in allow_help_requests() function in base::__anonc69937da0111::WorkQueue
734 could_use_help = (task_count() > 0) && allow_help_requests(); in ThreadMain()
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc86 bool allow_help_requests() const; // Workers can signal more workers.
573 bool WorkQueue::allow_help_requests() const { in allow_help_requests() function in base::__anon5cc981040111::WorkQueue
749 could_use_help = (task_count() > 0) && allow_help_requests(); in ThreadMain()