Searched refs:dvmIsSuspended (Results 1 – 4 of 4) sorted by relevance
374 bool dvmIsSuspended(const Thread* thread);
1752 if (dvmIsSuspended(thread)) in dvmDbgGetThreadStatus()1838 result = dvmIsSuspended(thread); in dvmDbgIsSuspended()2587 if (!dvmIsSuspended(thread)) { in dvmDbgConfigureStep()2593 assert(dvmIsSuspended(thread)); in dvmDbgConfigureStep()
836 assert(thread == dvmThreadSelf() || dvmIsSuspended(thread)); in dvmFillInStackTraceInternal()
2776 bool dvmIsSuspended(const Thread* thread) in dvmIsSuspended() function