Lines Matching refs:runningThreads
119 static ThreadList runningThreads; variable
243 node = nonTlsSearch(env, &runningThreads, thread); in findThread()
571 runningThreads.first = NULL; in threadControl_initialize()
613 list = &runningThreads; in pendingAppResume()
665 node = findThread(&runningThreads, thread); in handleAppResumeCompletion()
704 node = findThread(&runningThreads, thread); in trackAppResume()
828 node = insertThread(env, &runningThreads, thread); in threadControl_onHook()
1059 node = findThread(&runningThreads, thread); in commonSuspend()
1202 (void) enumerateOverThreadList(env, &runningThreads, resumeCountHelper, in commonResumeList()
1206 (void) enumerateOverThreadList(env, &runningThreads, resumeCopyHelper, in commonResumeList()
1224 (void) enumerateOverThreadList(env, &runningThreads, resumeCopyHelper, in commonResumeList()
1232 node = findThread(&runningThreads, reqList[i]); in commonResumeList()
1285 node = findThread(&runningThreads, initList[i]); in commonSuspendList()
1442 node = findThread(&runningThreads, thread); in threadControl_suspendCount()
1596 error = enumerateOverThreadList(env, &runningThreads, in threadControl_resumeAll()
1628 node = findThread(&runningThreads, thread); in threadControl_getStepRequest()
1648 node = findThread(&runningThreads, thread); in threadControl_getInvokeRequest()
2072 moveNode(&otherThreads, &runningThreads, node); in threadControl_onEventHandlerEntry()
2082 node = insertThread(env, &runningThreads, thread); in threadControl_onEventHandlerEntry()
2148 node = findThread(&runningThreads, thread); in threadControl_onEventHandlerExit()
2157 removeThread(env, &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()
2371 (void)enumerateOverThreadList(env, &runningThreads, detachHelper, NULL); in threadControl_detachInvokes()
2400 (void)enumerateOverThreadList(env, &runningThreads, resetHelper, NULL); in threadControl_reset()
2425 node = findThread(&runningThreads, thread); in threadControl_getInstructionStepMode()
2448 node = findThread(&runningThreads, thread); in threadControl_setEventMode()
2477 node = findThread(&runningThreads, NULL); in threadControl_currentThread()