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

/dalvik/vm/
H A DSync.cpp621 bool interruptShouldThrow)
761 if (interruptShouldThrow) {
1071 bool interruptShouldThrow)
1096 waitMonitor(self, mon, msec, nsec, interruptShouldThrow);
620 waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec, bool interruptShouldThrow) argument
1070 dvmObjectWait(Thread* self, Object *obj, s8 msec, s4 nsec, bool interruptShouldThrow) argument

Completed in 5 milliseconds