Searched refs:GetSuspendCount (Results 1 – 4 of 4) sorted by relevance
561 thread->GetSuspendCount() == 1) { in FlipThreadRoots()925 if (self->GetSuspendCount() > 0) { in SuspendThreadByPeer()938 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()1037 if (self->GetSuspendCount() > 0) { in SuspendThreadByThreadId()1049 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()
297 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
246 int GetSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
4378 CHECK(this == Thread::Current() || GetSuspendCount() >= 1) in SetAsyncException()4380 << this << " count: " << GetSuspendCount(); in SetAsyncException()