Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:SuspendThread

136   static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) {
139 return ThreadUtil::SuspendThread(env, thread);
1750 JvmtiFunctions::SuspendThread,