Lines Matching defs:runningThreads

116  * end events are maintained in the "runningThreads" list. All other threads known
119 static ThreadList runningThreads;
243 node = nonTlsSearch(env, &runningThreads, thread);
571 runningThreads.first = NULL;
611 list = &runningThreads;
663 node = findThread(&runningThreads, thread);
702 node = findThread(&runningThreads, thread);
826 node = insertThread(env, &runningThreads, thread);
1057 node = findThread(&runningThreads, thread);
1171 * entire thread list from JVMTI so we use the runningThreads
1200 (void) enumerateOverThreadList(env, &runningThreads, resumeCountHelper,
1204 (void) enumerateOverThreadList(env, &runningThreads, resumeCopyHelper,
1222 (void) enumerateOverThreadList(env, &runningThreads, resumeCopyHelper,
1230 node = findThread(&runningThreads, reqList[i]);
1283 node = findThread(&runningThreads, initList[i]);
1440 node = findThread(&runningThreads, thread);
1594 error = enumerateOverThreadList(env, &runningThreads,
1626 node = findThread(&runningThreads, thread);
1646 node = findThread(&runningThreads, thread);
2065 * moved to the runningThreads list, since it is a
2070 moveNode(&otherThreads, &runningThreads, node);
2080 node = insertThread(env, &runningThreads, thread);
2146 node = findThread(&runningThreads, thread);
2155 removeThread(env, &runningThreads, thread);
2197 node = findThread(&runningThreads, thread);
2228 node = findThread(&runningThreads, thread);
2251 node = findThread(&runningThreads, thread);
2273 node = findThread(&runningThreads, thread);
2294 node = findThread(&runningThreads, thread);
2315 node = findThread(&runningThreads, thread);
2335 node = findThread(&runningThreads, thread);
2369 (void)enumerateOverThreadList(env, &runningThreads, detachHelper, NULL);
2398 (void)enumerateOverThreadList(env, &runningThreads, resetHelper, NULL);
2423 node = findThread(&runningThreads, thread);
2446 node = findThread(&runningThreads, thread);
2475 node = findThread(&runningThreads, NULL);