Lines Matching defs:thread
65 jthread thread; member
129 jthread thread; member
141 getStackDepth(jthread thread) in getStackDepth()
156 threadState(jthread thread, jint *pstate) in threadState()
165 setThreadLocalStorage(jthread thread, ThreadNode *node) in setThreadLocalStorage()
182 getThreadLocalStorage(jthread thread) in getThreadLocalStorage()
208 nonTlsSearch(JNIEnv *env, ThreadList *list, jthread thread) in nonTlsSearch()
226 findThread(ThreadList *list, jthread thread) in findThread()
302 insertThread(JNIEnv *env, ThreadList *list, jthread thread) in insertThread()
380 removeThread(JNIEnv *env, ThreadList *list, jthread thread) in removeThread()
457 addDeferredEventMode(JNIEnv *env, jvmtiEventMode mode, EventIndex ei, jthread thread) in addDeferredEventMode()
493 jvmtiEventMode mode, EventIndex ei, jthread thread) in threadSetEventNotificationMode()
507 processDeferredEventModes(JNIEnv *env, jthread thread, ThreadNode *node) in processDeferredEventModes()
659 jthread thread; in handleAppResumeCompletion() local
683 blockOnDebuggerSuspend(jthread thread) in blockOnDebuggerSuspend()
697 trackAppResume(jthread thread) in trackAppResume()
827 jthread thread = threads[i]; in threadControl_onHook() local
1050 commonSuspend(JNIEnv *env, jthread thread, jboolean deferred) in commonSuspend()
1369 commonResume(jthread thread) in commonResume()
1393 threadControl_suspendThread(jthread thread, jboolean deferred) in threadControl_suspendThread()
1410 threadControl_resumeThread(jthread thread, jboolean do_unblock) in threadControl_resumeThread()
1435 threadControl_suspendCount(jthread thread, jint *count) in threadControl_suspendCount()
1619 threadControl_getStepRequest(jthread thread) in threadControl_getStepRequest()
1639 threadControl_getInvokeRequest(jthread thread) in threadControl_getInvokeRequest()
1659 threadControl_addDebugThread(jthread thread) in threadControl_addDebugThread()
1684 threadControl_removeDebugThread(jthread thread) in threadControl_removeDebugThread()
1712 threadControl_isDebugThread(jthread thread) in threadControl_isDebugThread()
1742 getPopFrameThread(jthread thread) in getPopFrameThread()
1763 setPopFrameThread(jthread thread, jboolean value) in setPopFrameThread()
1780 getPopFrameEvent(jthread thread) in getPopFrameEvent()
1802 setPopFrameEvent(jthread thread, jboolean value) in setPopFrameEvent()
1820 getPopFrameProceed(jthread thread) in getPopFrameProceed()
1842 setPopFrameProceed(jthread thread, jboolean value) in setPopFrameProceed()
1863 popFrameCompleteEvent(jthread thread) in popFrameCompleteEvent()
1889 popOneFrame(jthread thread) in popOneFrame()
1932 threadControl_popFrames(jthread thread, FrameNumber fnum) in threadControl_popFrames()
2001 checkForPopFrameEvents(JNIEnv *env, EventIndex ei, jthread thread) in checkForPopFrameEvents()
2036 threadControl_onEventHandlerEntry(jbyte sessionID, EventIndex ei, jthread thread, jobject currentEx… in threadControl_onEventHandlerEntry()
2136 threadControl_onEventHandlerExit(EventIndex ei, jthread thread, in threadControl_onEventHandlerExit()
2183 threadControl_applicationThreadStatus(jthread thread, in threadControl_applicationThreadStatus()
2219 threadControl_interrupt(jthread thread) in threadControl_interrupt()
2247 threadControl_clearCLEInfo(JNIEnv *env, jthread thread) in threadControl_clearCLEInfo()
2265 threadControl_cmpCLEInfo(JNIEnv *env, jthread thread, jclass clazz, in threadControl_cmpCLEInfo()
2289 threadControl_saveCLEInfo(JNIEnv *env, jthread thread, EventIndex ei, in threadControl_saveCLEInfo()
2311 threadControl_setPendingInterrupt(jthread thread) in threadControl_setPendingInterrupt()
2326 threadControl_stop(jthread thread, jobject throwable) in threadControl_stop()
2417 threadControl_getInstructionStepMode(jthread thread) in threadControl_getInstructionStepMode()
2434 threadControl_setEventMode(jvmtiEventMode mode, EventIndex ei, jthread thread) in threadControl_setEventMode()
2471 jthread thread; in threadControl_currentThread() local
2486 threadControl_getFrameGeneration(jthread thread) in threadControl_getFrameGeneration()