Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h233 bool dvmDbgGetThreadStatus(ObjectId threadId, u4* threadStatus,
DDebugger.cpp1713 bool dvmDbgGetThreadStatus(ObjectId threadId, u4* pThreadStatus, in dvmDbgGetThreadStatus() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp1068 if (!dvmDbgGetThreadStatus(threadId, &threadStatus, &suspendStatus)) in handleTR_Status()