• Home
  • Raw
  • Download

Lines Matching refs:threadList

310     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()
1057 gDvm.threadList = thread->next; in unlinkThread()
1585 newThread->next = gDvm.threadList->next; in dvmCreateInterpThread()
1588 newThread->prev = gDvm.threadList; in dvmCreateInterpThread()
1589 gDvm.threadList->next = newThread; in dvmCreateInterpThread()
1991 self->next = gDvm.threadList->next; in dvmAttachCurrentThread()
1994 self->prev = gDvm.threadList; in dvmAttachCurrentThread()
1995 gDvm.threadList->next = self; in dvmAttachCurrentThread()
2774 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmSuspendAllThreads()
2803 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmSuspendAllThreads()
2848 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmResumeAllThreads()
2940 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmUndoDebuggerSuspensions()
3228 Thread* thread = gDvm.threadList; in dvmGetThreadFromThreadObject()
3255 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmGetThreadByHandle()
3271 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) { in dvmGetThreadByThreadId()
3371 if (thread == gDvm.threadList) { in dvmIsOnThreadList()
3691 thread = gDvm.threadList; in dvmDumpAllThreadsEx()
4195 for (thread = gDvm.threadList; thread != NULL; in gcScanAllThreads()