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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp758 JvmtiEnv::SuspendThread(JavaThread* java_thread) { function in class:JvmtiEnv
781 } /* end SuspendThread */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1814 jvmtiError SuspendThread(jthread thread) { function in struct:_jvmtiEnv
1815 return functions->SuspendThread(this, thread);

Completed in 56 milliseconds