Home
last modified time | relevance | path

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

/art/test/1934-jvmti-signal-thread/
Dinfo.txt3 Tests that the StopThread and InterruptThread functions work as expected.
/art/test/ti-agent/
Dthreads_helper.cc30 JvmtiErrorToException(env, jvmti_env, jvmti_env->InterruptThread(thr)); in Java_art_Threads_interruptThread()
/art/openjdkjvmti/
Dti_thread.h128 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thr);
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,
Dti_thread.cc1127 jvmtiError ThreadUtil::InterruptThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in InterruptThread() function in openjdkjvmti::ThreadUtil
/art/openjdkjvmti/include/
Djvmti.h1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function
1840 return functions->InterruptThread(this, thread); in InterruptThread()