Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h103 bool interruptShouldThrow, ThreadState why)
274 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
Dmonitor.cc824 bool interruptShouldThrow, ThreadState why) { in Wait() argument
922 if (was_interrupted && interruptShouldThrow) { in Wait()
1287 bool interruptShouldThrow, in Wait() argument
1330 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()