Home
last modified time | relevance | path

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

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