Lines Matching refs:jvmtiError
41 jvmtiError threadControl_popFrames(jthread thread, FrameNumber fnum);
48 jvmtiError threadControl_suspendThread(jthread thread, jboolean deferred);
49 jvmtiError threadControl_resumeThread(jthread thread, jboolean do_unblock);
50 jvmtiError threadControl_suspendCount(jthread thread, jint *count);
52 jvmtiError threadControl_suspendAll(void);
53 jvmtiError threadControl_resumeAll(void);
59 jvmtiError threadControl_addDebugThread(jthread thread);
61 jvmtiError threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *s…
62 jvmtiError threadControl_interrupt(jthread thread);
63 jvmtiError threadControl_stop(jthread thread, jobject throwable);
65 jvmtiError threadControl_setEventMode(jvmtiEventMode mode, EventIndex ei, jthread thread);