Home
last modified time | relevance | path

Searched refs:dvmDbgGetThreadSuspendCount (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DDebugger.h235 u4 dvmDbgGetThreadSuspendCount(ObjectId threadId);
DDebugger.cpp1762 u4 dvmDbgGetThreadSuspendCount(ObjectId threadId) in dvmDbgGetThreadSuspendCount() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp1198 u4 suspendCount = dvmDbgGetThreadSuspendCount(threadId); in handleTR_SuspendCount()