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

/dalvik/vm/
H A DSync.cpp617 bool interruptShouldThrow)
757 if (interruptShouldThrow) {
1067 bool interruptShouldThrow)
1092 waitMonitor(self, mon, msec, nsec, interruptShouldThrow);
616 waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec, bool interruptShouldThrow) argument
1066 dvmObjectWait(Thread* self, Object *obj, s8 msec, s4 nsec, bool interruptShouldThrow) argument

Completed in 442 milliseconds