Searched refs:threadControl_resumeThread (Results 1 – 5 of 5) sorted by relevance
49 jvmtiError threadControl_resumeThread(jthread thread, jboolean do_unblock);
827 error2 = threadControl_resumeThread(thread, JNI_FALSE); in stepControl_beginStep()
115 error = threadControl_resumeThread(thread, JNI_TRUE); in resume()
366 (void)threadControl_resumeThread(thread, JNI_TRUE); in invoker_requestInvoke()
1410 threadControl_resumeThread(jthread thread, jboolean do_unblock) in threadControl_resumeThread() function