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

/art/runtime/
H A Dmonitor.cc575 bool interruptShouldThrow, ThreadState why) {
675 if (was_interrupted && interruptShouldThrow) {
1012 bool interruptShouldThrow, ThreadState why) {
1045 mon->Wait(self, ms, ns, interruptShouldThrow, why);
574 Wait(Thread* self, int64_t ms, int32_t ns, bool interruptShouldThrow, ThreadState why) argument
1011 Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, bool interruptShouldThrow, ThreadState why) argument

Completed in 9 milliseconds