Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h227 ObjectId dvmDbgGetSystemThreadGroupId(void);
DDebugger.c1862 ObjectId dvmDbgGetSystemThreadGroupId(void) in dvmDbgGetSystemThreadGroupId() function
/dalvik/vm/jdwp/
DJdwpHandler.c312 threadGroupId = dvmDbgGetSystemThreadGroupId(); in handleVM_TopLevelThreadGroups()
1380 if (threadGroupId == dvmDbgGetSystemThreadGroupId()) { in handleTGR_Children()