Home
last modified time | relevance | path

Searched refs:threadControl_suspendCount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DthreadControl.h50 jvmtiError threadControl_suspendCount(jthread thread, jint *count);
H A DThreadReferenceImpl.c199 error = threadControl_suspendCount(thread, &count); in validateSuspendedThread()
507 error = threadControl_suspendCount(thread, &count); in suspendCount()
H A DStackFrameImpl.c39 error = threadControl_suspendCount(thread, &count); in validateThreadFrame()
H A DthreadControl.c1435 threadControl_suspendCount(jthread thread, jint *count) in threadControl_suspendCount() function