Searched refs:do_work (Results 1 – 2 of 2) sorted by relevance
324 void AbstractThreadPool::Wait(Thread* self, bool do_work, bool may_hold_locks) { in Wait() argument325 if (do_work) { in Wait()
148 EXPORT void Wait(Thread* self, bool do_work, bool may_hold_locks) REQUIRES(!task_queue_lock_);