Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h83 bool interruptShouldThrow, ThreadState why)
224 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
Dmonitor.cc410 bool interruptShouldThrow, ThreadState why) { in Wait() argument
542 if (interruptShouldThrow) { in Wait()
836 bool interruptShouldThrow, ThreadState why) { in Wait() argument
869 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()