Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc400 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()
Dti_stack.cc1053 if (target->GetUserCodeSuspendCount() == 0) { in NotifyFramePop()
1138 if (target_ != self && target_->GetUserCodeSuspendCount() == 0) { in NonStandardExitFrames()
/art/runtime/base/
Dmutex.cc258 return self->GetUserCodeSuspendCount() != 0; in CheckSafeToWait()
/art/runtime/
Dthread.h249 int GetUserCodeSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_, in GetUserCodeSuspendCount() function