Home
last modified time | relevance | path

Searched refs:GetSuspendCount (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread-inl.h105 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
Dthread.h151 int GetSuspendCount() const EXCLUSIVE_LOCKS_REQUIRED(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
Ddebugger.cc1963 needs_resume = thread->GetSuspendCount() > 0; in ResumeThread()
2665 suspend_count = targetThread->GetSuspendCount(); in InvokeMethod()