Searched refs:InterruptThread (Results 1 – 6 of 6) sorted by relevance
3 Tests that the StopThread and InterruptThread functions work as expected.
30 JvmtiErrorToException(env, jvmti_env, jvmti_env->InterruptThread(thr)); in Java_art_Threads_interruptThread()
128 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thr);
196 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread() function in openjdkjvmti::JvmtiFunctions199 return ThreadUtil::InterruptThread(env, thread); in InterruptThread()1519 JvmtiFunctions::InterruptThread,
1127 jvmtiError ThreadUtil::InterruptThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in InterruptThread() function in openjdkjvmti::ThreadUtil
1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function1840 return functions->InterruptThread(this, thread); in InterruptThread()