Searched refs:GetUserCodeSuspendCount (Results 1 – 4 of 4) sorted by relevance
398 thread_state.thread_user_code_suspend_count = target->GetUserCodeSuspendCount(); in GetNativeThreadState()562 return self->GetUserCodeSuspendCount() != 0; in WouldSuspendForUserCodeLocked()912 if (target->GetUserCodeSuspendCount() != 0) { in SuspendOther()935 if (self->GetUserCodeSuspendCount() != 0) { in SuspendSelf()1002 if (target->GetUserCodeSuspendCount() == 0) { in ResumeThread()
1054 if (target->GetUserCodeSuspendCount() == 0) { in NotifyFramePop()1139 if (target_ != self && target_->GetUserCodeSuspendCount() == 0) { in NonStandardExitFrames()
285 return self->GetUserCodeSuspendCount() != 0; in CheckSafeToWait()
399 int GetUserCodeSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_, in GetUserCodeSuspendCount() function