• Home
  • Raw
  • Download

Lines Matching defs:thread

254     Thread* thread;  in dvmThreadStartup()  local
683 Thread* thread; in dvmPrepMainThread() local
807 Thread* thread; in allocThread() local
900 static bool prepareThread(Thread* thread) in prepareThread()
953 static void unlinkThread(Thread* thread) in unlinkThread()
971 static void freeThread(Thread* thread) in freeThread()
1015 static void setThreadSelf(Thread* thread) in setThreadSelf()
1099 static void assignThreadId(Thread* thread) in assignThreadId()
1120 static void releaseThreadId(Thread* thread) in releaseThreadId()
1135 static bool createFakeEntryFrame(Thread* thread) in createFakeEntryFrame()
1174 static bool createFakeRunFrame(Thread* thread) in createFakeRunFrame()
2184 void dvmSuspendThread(Thread* thread) in dvmSuspendThread()
2211 void dvmResumeThread(Thread* thread) in dvmResumeThread()
2303 static void dumpWedgedThread(Thread* thread) in dumpWedgedThread()
2323 int dvmRaiseThreadPriorityIfNeeded(Thread* thread, int* pSavedThreadPrio, in dvmRaiseThreadPriorityIfNeeded()
2376 void dvmResetThreadPriority(Thread* thread, int changeFlags, in dvmResetThreadPriority()
2427 static void waitForThreadSuspend(Thread* self, Thread* thread) in waitForThreadSuspend()
2546 Thread* thread; in dvmSuspendAllThreads() local
2636 Thread* thread; in dvmResumeAllThreads() local
2731 Thread* thread; in dvmUndoDebuggerSuspensions() local
2788 bool dvmIsSuspended(const Thread* thread) in dvmIsSuspended()
2822 void dvmWaitForSuspend(Thread* thread) in dvmWaitForSuspend()
3041 Thread* thread = gDvm.threadList; in dvmGetThreadFromThreadObject() local
3067 Thread* thread; in dvmGetThreadByHandle() local
3083 Thread* thread; in dvmGetThreadByThreadId() local
3091 void dvmChangeThreadPriority(Thread* thread, int newPriority) in dvmChangeThreadPriority()
3100 bool dvmIsOnThreadList(const Thread* thread) in dvmIsOnThreadList()
3119 void dvmDumpThread(Thread* thread, bool isRunning) in dvmDumpThread()
3279 static bool shouldShowNativeStack(Thread* thread) { in shouldShowNativeStack()
3316 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread, in dvmDumpThreadEx()
3403 std::string dvmGetThreadName(Thread* thread) { in dvmGetThreadName()
3461 for (Thread* thread = gDvm.threadList; thread != NULL; thread = thread->next) { in isDalvikThread() local
3491 Thread* thread; in dvmDumpAllThreadsEx() local
3555 void dvmNukeThread(Thread* thread) in dvmNukeThread()