Home
last modified time | relevance | path

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

/dalvik/vm/
DSync.h101 s8 timeout, s4 nanos, bool interruptShouldThrow);
DSync.c731 bool interruptShouldThrow) in waitMonitor() argument
873 if (interruptShouldThrow) in waitMonitor()
1230 bool interruptShouldThrow) in dvmObjectWait() argument
1256 waitMonitor(self, mon, msec, nsec, interruptShouldThrow); in dvmObjectWait()