Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h109 bool interruptShouldThrow, ThreadState why)
280 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
Dmonitor.cc828 bool interruptShouldThrow, ThreadState why) { in Wait() argument
926 if (was_interrupted && interruptShouldThrow) { in Wait()
1275 bool interruptShouldThrow, in Wait() argument
1318 mon->Wait(self, ms, ns, interruptShouldThrow, why); in Wait()