Home
last modified time | relevance | path

Searched refs:GetUserCodeSuspendCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/openjdkjvmti/
H A Dti_thread.cc398 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()
H A Dti_stack.cc1054 if (target->GetUserCodeSuspendCount() == 0) { in NotifyFramePop()
1139 if (target_ != self && target_->GetUserCodeSuspendCount() == 0) { in NonStandardExitFrames()
/aosp_15_r20/art/runtime/base/
H A Dmutex.cc285 return self->GetUserCodeSuspendCount() != 0; in CheckSafeToWait()
/aosp_15_r20/art/runtime/
H A Dthread.h399 int GetUserCodeSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_, in GetUserCodeSuspendCount() function