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

/openjdk7/jdk/src/share/back/
H A DthreadControl.h49 jvmtiError threadControl_resumeThread(jthread thread, jboolean do_unblock);
H A DThreadReferenceImpl.c115 error = threadControl_resumeThread(thread, JNI_TRUE);
H A Dinvoker.c310 (void)threadControl_resumeThread(thread, JNI_TRUE);
H A DstepControl.c827 error2 = threadControl_resumeThread(thread, JNI_FALSE);
H A DthreadControl.c1408 threadControl_resumeThread(jthread thread, jboolean do_unblock) function
1415 log_debugee_location("threadControl_resumeThread()", thread, NULL, 0);

Completed in 41 milliseconds