Searched refs:threadControl_suspendCount (Results 1 – 4 of 4) sorted by relevance
50 jvmtiError threadControl_suspendCount(jthread thread, jint *count);
199 error = threadControl_suspendCount(thread, &count); in validateSuspendedThread()507 error = threadControl_suspendCount(thread, &count); in suspendCount()
39 error = threadControl_suspendCount(thread, &count); in validateThreadFrame()
1435 threadControl_suspendCount(jthread thread, jint *count) in threadControl_suspendCount() function