Home
last modified time | relevance | path

Searched refs:threadList (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/
DThread.c310 gDvm.threadList = thread; in dvmThreadStartup()
419 if (gDvm.threadList != NULL) { in dvmThreadShutdown()
426 freeThread(gDvm.threadList); in dvmThreadShutdown()
427 gDvm.threadList = NULL; in dvmThreadShutdown()
641 target = gDvm.threadList; in dvmSlayDaemons()
700 target = gDvm.threadList; in dvmSlayDaemons()
737 target = gDvm.threadList; in dvmSlayDaemons()
759 self = gDvm.threadList; in dvmPrepMainForJni()
792 thread = gDvm.threadList; in dvmPrepMainThread()
1055 if (thread == gDvm.threadList) { in unlinkThread()
[all …]
DDdm.c268 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmDdmSetThreadNotification()
488 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) in dvmDdmGenerateThreadStats()
506 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmDdmGenerateThreadStats()
555 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmDdmGetStackTraceById()
DProfile.c248 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in resetCpuClockBase()
263 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dumpThreadList()
DGlobals.h356 Thread* threadList; member
DDebugger.c1759 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in threadObjToThread()
2070 thread = gDvm.threadList; in dvmDbgGetThreadGroupThreads()
2072 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmDbgGetThreadGroupThreads()
2102 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmDbgGetThreadGroupThreads()
DInit.c1343 self = gDvm.threadList; in registerSystemNatives()
DSync.c1495 thread = owner ? gDvm.threadList : NULL; in dvmIdentityHashCode()
/dalvik/vm/native/
Ddalvik_system_VMStack.c191 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in Dalvik_dalvik_system_VMStack_getThreadStackTrace()
/dalvik/vm/alloc/
DVisit.c178 thread = gDvm.threadList; in visitThreads()
DCopying.c1799 thread = gDvm.threadList; in scavengeThreadList()
1935 thread = gDvm.threadList; in pinThreadList()
/dalvik/vm/compiler/
DCompiler.c244 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in resetCodeCache()