Home
last modified time | relevance | path

Searched refs:StopThread (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.cc37 JvmtiErrorToException(env, jvmti_env, jvmti_env->StopThread(thr, exception)); in Java_art_Threads_stopThread()
/art/openjdkjvmti/
Dti_thread.h127 static jvmtiError StopThread(jvmtiEnv* env, jthread thr, jobject exception);
DOpenjdkJvmTi.cc190 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) { in StopThread() function in openjdkjvmti::JvmtiFunctions
193 return ThreadUtil::StopThread(env, thread, exception); in StopThread()
1518 JvmtiFunctions::StopThread,
Dti_thread.cc1077 jvmtiError ThreadUtil::StopThread(jvmtiEnv* env ATTRIBUTE_UNUSED, in StopThread() function in openjdkjvmti::ThreadUtil
/art/openjdkjvmti/include/
Djvmti.h1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
1834 jvmtiError StopThread(jthread thread, in StopThread() function
1836 return functions->StopThread(this, thread, exception); in StopThread()