Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc180 void ThreadPool::Wait(Thread* self, bool do_work, bool may_hold_locks) { in Wait() argument
191 if (!may_hold_locks) { in Wait()
Dthread_pool.h98 void Wait(Thread* self, bool do_work, bool may_hold_locks);