Searched refs:GetUserCodeSuspendCount (Results 1 – 4 of 4) sorted by relevance
400 thread_state.thread_user_code_suspend_count = target->GetUserCodeSuspendCount(); in GetNativeThreadState()557 return self->GetUserCodeSuspendCount() != 0; in WouldSuspendForUserCodeLocked()893 if (target->GetUserCodeSuspendCount() != 0) { in SuspendOther()922 if (self->GetUserCodeSuspendCount() != 0) { in SuspendSelf()989 if (target->GetUserCodeSuspendCount() == 0) { in ResumeThread()
1053 if (target->GetUserCodeSuspendCount() == 0) { in NotifyFramePop()1138 if (target_ != self && target_->GetUserCodeSuspendCount() == 0) { in NonStandardExitFrames()
258 return self->GetUserCodeSuspendCount() != 0; in CheckSafeToWait()
249 int GetUserCodeSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_, in GetUserCodeSuspendCount() function