Searched refs:StopThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1834 jvmtiError StopThread(jthread thread, function in struct:_jvmtiEnv
1836 return functions->StopThread(this, thread, exception);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c2124 JVMTI_FUNC_PTR(gdata->jvmti,StopThread)
2337 error = JVMTI_FUNC_PTR(gdata->jvmti,StopThread)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp904 JvmtiEnv::StopThread(JavaThread* java_thread, jobject exception) { function in class:JvmtiEnv
912 } /* end StopThread */

Completed in 72 milliseconds