Searched refs:SuspendThread (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp290 // SuspendThread on each one, except for the thread object
314 jvmdiError err = jvmdi->SuspendThread(thr);
/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);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c852 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread)
1111 * JVM/DI SuspendThread() or JVM/DI SuspendThreadList() was called
1135 * JVM/DI SuspendThread() or JVM/DI SuspendThreadList() was called
1915 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread)(gdata->jvmti, thread);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp758 JvmtiEnv::SuspendThread(JavaThread* java_thread) { function in class:JvmtiEnv
781 } /* end SuspendThread */
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5062 if (SuspendThread(*h) != ~0) {

Completed in 87 milliseconds