Searched refs:threadObjToThread (Results 1 – 1 of 1) sorted by relevance
1698 static Thread* threadObjToThread(Object* threadObj) in threadObjToThread() function1726 thread = threadObjToThread(threadObj); in dvmDbgGetThreadStatus()1774 thread = threadObjToThread(threadObj); in dvmDbgGetThreadSuspendCount()1802 thread = threadObjToThread(threadObj); in dvmDbgThreadExists()1829 thread = threadObjToThread(threadObj); in dvmDbgIsSuspended()1880 Thread* thread = threadObjToThread(threadObj); in dvmDbgGetThreadName()2057 thread = threadObjToThread(threadObj); in dvmDbgGetThreadFrameCount()2081 thread = threadObjToThread(threadObj); in dvmDbgGetThreadFrame()2154 thread = threadObjToThread(threadObj); in dvmDbgSuspendThread()2175 thread = threadObjToThread(threadObj); in dvmDbgResumeThread()[all …]