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

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp346 jvmdiError err = jvmdi->ResumeThread(thr);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c974 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)
1237 * resumeThreadByNode() assumes that JVM/DI ResumeThread()
1899 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)(gdata->jvmti, thread);
2379 (void)JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)(gdata->jvmti, node->thread);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1027 jvmtiError (JNICALL *ResumeThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1824 jvmtiError ResumeThread(jthread thread) { function in struct:_jvmtiEnv
1825 return functions->ResumeThread(this, thread);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3307 DWORD ret = ResumeThread(thread->osthread()->thread_handle());
5073 ResumeThread(*h);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp851 JvmtiEnv::ResumeThread(JavaThread* java_thread) { function in class:JvmtiEnv
865 } /* end ResumeThread */

Completed in 315 milliseconds