Lines Matching refs:thread
41 jvmtiError threadControl_popFrames(jthread thread, FrameNumber fnum);
44 EventIndex ei, jthread thread, jobject currentException);
45 void threadControl_onEventHandlerExit(EventIndex ei, jthread thread, struct bag *);
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);
58 jboolean threadControl_isDebugThread(jthread thread);
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);
66 jvmtiEventMode threadControl_getInstructionStepMode(jthread thread);
69 void threadControl_setPendingInterrupt(jthread thread);
70 void threadControl_clearCLEInfo(JNIEnv *env, jthread thread);
71 jboolean threadControl_cmpCLEInfo(JNIEnv *env, jthread thread, jclass clazz,
73 void threadControl_saveCLEInfo(JNIEnv *env, jthread thread, EventIndex ei,
76 jlong threadControl_getFrameGeneration(jthread thread);