Home
last modified time | relevance | path

Searched refs:isSuspended (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DThread.c689 if (target->status == THREAD_RUNNING && !target->isSuspended) { in dvmSlayDaemons()
2345 self->isSuspended = true; in dvmSuspendSelf()
2375 self->isSuspended ? 'Y' : 'N'); in dvmSuspendSelf()
2379 self->isSuspended = false; in dvmSuspendSelf()
2491 while (thread->status == THREAD_RUNNING && !thread->isSuspended) { in waitForThreadSuspend()
2677 thread->dbgSuspendCount, thread->isSuspended); in dvmSuspendAllThreads()
2854 ((thread->status == THREAD_RUNNING && thread->isSuspended) || in dvmIsSuspended()
2915 self->isSuspended = true; in dvmCheckSuspendPending()
2925 self->isSuspended = false; in dvmCheckSuspendPending()
3285 thread->isSuspended ? 'Y' : 'N', thread->threadObj, thread); in dvmDumpThreadEx()
[all …]
DThread.h127 bool isSuspended; member