Searched refs:SuspendThread (Results 1 – 7 of 7) sorted by relevance
93 JvmtiErrorToException(env, jvmti_env, jvmti_env->SuspendThread(thr)); in Java_art_Suspension_suspend()
82 jvmti->SuspendThread(nullptr); in PerformSuspend()
115 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread);
938 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil1045 results[i] = env->SuspendThread(threads[i]); in SuspendThreadList()1051 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]); in SuspendThreadList()
160 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions163 return ThreadUtil::SuspendThread(env, thread); in SuspendThread()1516 JvmtiFunctions::SuspendThread,
132 : ThreadList provides a number of `SuspendThread...()` calls and
1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function1815 return functions->SuspendThread(this, thread); in SuspendThread()