Home
last modified time | relevance | path

Searched refs:SuspendThread (Results 1 – 6 of 6) sorted by relevance

/art/test/ti-agent/
Dsuspension_helper.cc93 JvmtiErrorToException(env, jvmti_env, jvmti_env->SuspendThread(thr)); in Java_art_Suspension_suspend()
Dsuspend_event_helper.cc82 jvmti->SuspendThread(nullptr); in PerformSuspend()
/art/openjdkjvmti/
Dti_thread.h115 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread);
Dti_thread.cc939 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil
1046 results[i] = env->SuspendThread(threads[i]); in SuspendThreadList()
1052 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]); in SuspendThreadList()
DOpenjdkJvmTi.cc160 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions
163 return ThreadUtil::SuspendThread(env, thread); in SuspendThread()
1509 JvmtiFunctions::SuspendThread,
/art/openjdkjvmti/include/
Djvmti.h1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,
1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
1815 return functions->SuspendThread(this, thread); in SuspendThread()