Home
last modified time | relevance | path

Searched refs:threadControl_suspendThread (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DthreadControl.h48 jvmtiError threadControl_suspendThread(jthread thread, jboolean deferred);
H A DeventHelper.c493 (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()
H A DstepControl.c811 error = threadControl_suspendThread(thread, JNI_FALSE); in stepControl_beginStep()
H A DThreadReferenceImpl.c91 error = threadControl_suspendThread(thread, JNI_FALSE); in suspend()
H A Dinvoker.c773 (void)threadControl_suspendThread(thread, JNI_FALSE); in invoker_completeInvokeRequest()
H A DthreadControl.c1393 threadControl_suspendThread(jthread thread, jboolean deferred) in threadControl_suspendThread() function