Searched refs:StopThread (Results 1 – 6 of 6) sorted by relevance
/art/test/1934-jvmti-signal-thread/ |
D | info.txt | 3 Tests that the StopThread and InterruptThread functions work as expected.
|
/art/test/ti-agent/ |
D | threads_helper.cc | 37 JvmtiErrorToException(env, jvmti_env, jvmti_env->StopThread(thr, exception)); in Java_art_Threads_stopThread()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 123 static jvmtiError StopThread(jvmtiEnv* env, jthread thr, jobject exception);
|
D | OpenjdkJvmTi.cc | 188 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) { in StopThread() function in openjdkjvmti::JvmtiFunctions 191 return ThreadUtil::StopThread(env, thread, exception); in StopThread() 1586 JvmtiFunctions::StopThread,
|
D | ti_thread.cc | 1075 jvmtiError ThreadUtil::StopThread(jvmtiEnv* env ATTRIBUTE_UNUSED, in StopThread() function in openjdkjvmti::ThreadUtil
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env, 1834 jvmtiError StopThread(jthread thread, in StopThread() function 1836 return functions->StopThread(this, thread, exception); in StopThread()
|