Home
last modified time | relevance | path

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

/aosp12/art/test/1934-jvmti-signal-thread/
H A Dinfo.txt3 Tests that the StopThread and InterruptThread functions work as expected.
/aosp12/art/test/ti-agent/
H A Dthreads_helper.cc30 JvmtiErrorToException(env, jvmti_env, jvmti_env->InterruptThread(thr)); in Java_art_Threads_interruptThread()
/aosp12/art/openjdkjvmti/
H A Dti_thread.h128 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thr);
H A DOpenjdkJvmTi.cc196 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread() function in openjdkjvmti::JvmtiFunctions
199 return ThreadUtil::InterruptThread(env, thread); in InterruptThread()
1519 JvmtiFunctions::InterruptThread,
H A Dti_thread.cc1126 jvmtiError ThreadUtil::InterruptThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in InterruptThread() function in openjdkjvmti::ThreadUtil
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function
1840 return functions->InterruptThread(this, thread); in InterruptThread()