Searched refs:interruptShouldThrow (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | monitor.h | 87 bool interruptShouldThrow, ThreadState why) 139 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why) 141 …void WaitWithLock(Thread* self, int64_t ms, int32_t ns, bool interruptShouldThrow, ThreadState why)
|
D | monitor.cc | 392 bool interruptShouldThrow, ThreadState why) { in Wait() argument 409 WaitWithLock(self, ms, ns, interruptShouldThrow, why); in Wait() 413 bool interruptShouldThrow, ThreadState why) { in WaitWithLock() argument 522 if (interruptShouldThrow) { in WaitWithLock() 760 bool interruptShouldThrow, ThreadState why) { in Wait() argument 780 LW_MONITOR(*thinp)->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()
|