Searched defs:StopThread (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp904 JvmtiEnv::StopThread(JavaThread* java_thread, jobject exception) { function in class:JvmtiEnv
912 } /* end StopThread */
/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);

Completed in 51 milliseconds