Lines Matching refs:otherThreads
120 static ThreadList otherThreads; variable
245 node = nonTlsSearch(env, &otherThreads, thread); in findThread()
572 otherThreads.first = NULL; in threadControl_initialize()
1061 node = insertThread(env, &otherThreads, thread); in commonSuspend()
1287 node = insertThread(env, &otherThreads, initList[i]); in commonSuspendList()
1422 removeResumed(env, &otherThreads); in threadControl_resumeThread()
1444 node = findThread(&otherThreads, thread); in threadControl_suspendCount()
1546 error = enumerateOverThreadList(env, &otherThreads, in threadControl_suspendAll()
1599 if ((error == JVMTI_ERROR_NONE) && (otherThreads.first != NULL)) { in threadControl_resumeAll()
1600 error = enumerateOverThreadList(env, &otherThreads, in threadControl_resumeAll()
1602 removeResumed(env, &otherThreads); in threadControl_resumeAll()
2070 node = findThread(&otherThreads, thread); in threadControl_onEventHandlerEntry()
2072 moveNode(&otherThreads, &runningThreads, node); in threadControl_onEventHandlerEntry()
2401 (void)enumerateOverThreadList(env, &otherThreads, resetHelper, NULL); in threadControl_reset()
2403 removeResumed(env, &otherThreads); in threadControl_reset()
2410 JDI_ASSERT(otherThreads.first == NULL); in threadControl_reset()