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

/dalvik/vm/
H A DThread.h133 * (suspendCount -= dbgSuspendCount). The debugger should not be able
143 int suspendCount; member in struct:Thread
/dalvik/vm/jdwp/
H A DJdwpHandler.cpp1197 u4 suspendCount = dvmDbgGetThreadSuspendCount(threadId); local
1198 expandBufAdd4BE(pReply, suspendCount);

Completed in 945 milliseconds