HomeSort by relevance Sort by last modified time
    Searched refs:threadList (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/
Thread.c 310 gDvm.threadList = thread;
419 if (gDvm.threadList != NULL) {
426 freeThread(gDvm.threadList);
427 gDvm.threadList = NULL;
641 target = gDvm.threadList;
700 target = gDvm.threadList;
737 target = gDvm.threadList;
759 self = gDvm.threadList;
792 thread = gDvm.threadList;
    [all...]
Ddm.c 268 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
488 for (thread = gDvm.threadList; thread != NULL; thread = thread->next)
506 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
555 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
Globals.h 356 Thread* threadList;
Profile.c 248 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
263 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
Debugger.c     [all...]
Init.c     [all...]
Sync.c     [all...]
  /dalvik/vm/native/
dalvik_system_VMStack.c 191 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
  /dalvik/vm/alloc/
Visit.c 178 thread = gDvm.threadList;
Copying.c     [all...]
  /dalvik/vm/compiler/
Compiler.c 244 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {

Completed in 147 milliseconds