Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h88 bool interruptShouldThrow, ThreadState why)
241 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
Dmonitor.cc564 bool interruptShouldThrow, ThreadState why) { in Wait() argument
664 if (was_interrupted && interruptShouldThrow) { in Wait()
994 bool interruptShouldThrow, ThreadState why) { in Wait() argument
1027 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()