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

/dalvik/vm/
H A DSync.cpp439 static bool unlockMonitor(Thread* self, Monitor* mon) function
1049 * The lock is fat. We must check to see if unlockMonitor has
1053 if (!unlockMonitor(self, LW_MONITOR(obj->lock))) {
1176 unlockMonitor(self, mon);
1306 unlockMonitor(self, LW_MONITOR(*lw));

Completed in 21 milliseconds