Searched refs:GetSuspendCount (Results 1 – 3 of 3) sorted by relevance
105 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
151 int GetSuspendCount() const EXCLUSIVE_LOCKS_REQUIRED(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
1963 needs_resume = thread->GetSuspendCount() > 0; in ResumeThread()2665 suspend_count = targetThread->GetSuspendCount(); in InvokeMethod()