Searched defs:interruptShouldThrow (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc431 bool interruptShouldThrow, ThreadState why) {
564 if (interruptShouldThrow) {
834 bool interruptShouldThrow, ThreadState why) {
867 mon->Wait(self, ms, ns, interruptShouldThrow, why);
430 Wait(Thread* self, int64_t ms, int32_t ns, bool interruptShouldThrow, ThreadState why) argument
833 Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, bool interruptShouldThrow, ThreadState why) argument

Completed in 82 milliseconds