Searched refs:GetSuspendCount (Results 1 – 4 of 4) sorted by relevance
570 thread->GetSuspendCount() == 1) { in FlipThreadRoots()934 if (self->GetSuspendCount() > 0) { in SuspendThreadByPeer()947 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()1046 if (self->GetSuspendCount() > 0) { in SuspendThreadByThreadId()1058 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()
296 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
245 int GetSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
4234 CHECK(this == Thread::Current() || GetSuspendCount() >= 1) in SetAsyncException()4236 << this << " count: " << GetSuspendCount(); in SetAsyncException()