Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:SuspendThread

710     // another SuspendThread in the middle of suspending something else potentially causing a
770 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) {
859 results[i] = env->SuspendThread(threads[i]);
864 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]);