Searched defs:runningThreads (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DthreadControl.c116 * end events are maintained in the "runningThreads" list. All other threads known
119 static ThreadList runningThreads; variable
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
[all...]

Completed in 36 milliseconds