Searched refs:THREAD_MONITOR (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/
H A DThread.h49 THREAD_MONITOR = 3, /* BLOCKED on a monitor */ enumerator in enum:ThreadStatus
400 * or THREAD_MONITOR), do so in the same function as the wait -- this records
H A DSync.cpp353 oldStatus = dvmChangeStatus(self, THREAD_MONITOR);
912 oldStatus = dvmChangeStatus(self, THREAD_MONITOR);
H A DThread.cpp3203 case THREAD_MONITOR: return "MONITOR";
H A DDebugger.cpp1734 case THREAD_MONITOR: *pThreadStatus = TS_MONITOR; break;
/dalvik/vm/interp/
H A DStack.cpp1258 } else if (thread->status == THREAD_MONITOR) {

Completed in 120 milliseconds