Searched refs:threadControl_suspendThread (Results 1 – 6 of 6) sorted by relevance
48 jvmtiError threadControl_suspendThread(jthread thread, jboolean deferred);
493 (void)threadControl_suspendThread(thread, JNI_FALSE); in suspendWithInvokeEnabled()574 (void)threadControl_suspendThread(command->thread, JNI_FALSE); in handleReportVMInitCommand()599 (void)threadControl_suspendThread(command->thread, JNI_TRUE); in handleSuspendThreadCommand()
811 error = threadControl_suspendThread(thread, JNI_FALSE); in stepControl_beginStep()
91 error = threadControl_suspendThread(thread, JNI_FALSE); in suspend()
773 (void)threadControl_suspendThread(thread, JNI_FALSE); in invoker_completeInvokeRequest()
1393 threadControl_suspendThread(jthread thread, jboolean deferred) in threadControl_suspendThread() function