• Home
  • Raw
  • Download

Lines Matching refs:findThread

226 findThread(ThreadList *list, jthread thread)  in findThread()  function
307 node = findThread(list, thread); in insertThread()
384 node = findThread(list, thread); in removeThread()
410 JDI_ASSERT(findThread(dest, node->thread) == NULL); in moveNode()
665 node = findThread(&runningThreads, thread); in handleAppResumeCompletion()
687 node = findThread(NULL, thread); in blockOnDebuggerSuspend()
691 node = findThread(NULL, thread); in blockOnDebuggerSuspend()
704 node = findThread(&runningThreads, thread); in trackAppResume()
1059 node = findThread(&runningThreads, thread); in commonSuspend()
1232 node = findThread(&runningThreads, reqList[i]); in commonResumeList()
1285 node = findThread(&runningThreads, initList[i]); in commonSuspendList()
1325 node = findThread(NULL, reqList[i]); in commonSuspendList()
1378 node = findThread(NULL, thread); in commonResume()
1442 node = findThread(&runningThreads, thread); in threadControl_suspendCount()
1444 node = findThread(&otherThreads, thread); in threadControl_suspendCount()
1628 node = findThread(&runningThreads, thread); in threadControl_getStepRequest()
1648 node = findThread(&runningThreads, thread); in threadControl_getInvokeRequest()
1750 node = findThread(NULL, thread); in getPopFrameThread()
1769 node = findThread(NULL, thread); in setPopFrameThread()
1788 node = findThread(NULL, thread); in getPopFrameEvent()
1808 node = findThread(NULL, thread); in setPopFrameEvent()
1828 node = findThread(NULL, thread); in getPopFrameProceed()
1848 node = findThread(NULL, thread); in setPopFrameProceed()
2070 node = findThread(&otherThreads, thread); in threadControl_onEventHandlerEntry()
2148 node = findThread(&runningThreads, thread); in threadControl_onEventHandlerExit()
2199 node = findThread(&runningThreads, thread); in threadControl_applicationThreadStatus()
2230 node = findThread(&runningThreads, thread); in threadControl_interrupt()
2253 node = findThread(&runningThreads, thread); in threadControl_clearCLEInfo()
2275 node = findThread(&runningThreads, thread); in threadControl_cmpCLEInfo()
2296 node = findThread(&runningThreads, thread); in threadControl_saveCLEInfo()
2317 node = findThread(&runningThreads, thread); in threadControl_setPendingInterrupt()
2337 node = findThread(&runningThreads, thread); in threadControl_stop()
2425 node = findThread(&runningThreads, thread); in threadControl_getInstructionStepMode()
2448 node = findThread(&runningThreads, thread); in threadControl_setEventMode()
2477 node = findThread(&runningThreads, NULL); in threadControl_currentThread()
2494 node = findThread(NULL, thread); in threadControl_getFrameGeneration()