Home
last modified time | relevance | path

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

/external/chromium_org/base/synchronization/
Dcondition_variable_unittest.cc81 bool allow_help_requests() const; // Workers can signal more workers.
562 bool WorkQueue::allow_help_requests() const { in allow_help_requests() function in base::__anon7240408c0111::WorkQueue
738 could_use_help = (task_count() > 0) && allow_help_requests(); in ThreadMain()