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()
124 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thr);
194 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread() function in openjdkjvmti::JvmtiFunctions197 return ThreadUtil::InterruptThread(env, thread); in InterruptThread()1587 JvmtiFunctions::InterruptThread,
1124 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()