Home
last modified time | relevance | path

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

/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DthreadControl.h49 jvmtiError threadControl_resumeThread(jthread thread, jboolean do_unblock);
H A DstepControl.c827 error2 = threadControl_resumeThread(thread, JNI_FALSE); in stepControl_beginStep()
H A DThreadReferenceImpl.c115 error = threadControl_resumeThread(thread, JNI_TRUE); in resume()
H A Dinvoker.c366 (void)threadControl_resumeThread(thread, JNI_TRUE); in invoker_requestInvoke()
H A DthreadControl.c1410 threadControl_resumeThread(jthread thread, jboolean do_unblock) in threadControl_resumeThread() function