Searched refs:otherThreads (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DthreadControl.c117 * to this module are kept in the "otherThreads" list.
120 static ThreadList otherThreads; variable
245 node = nonTlsSearch(env, &otherThreads, thread);
572 otherThreads.first = NULL;
1059 node = insertThread(env, &otherThreads, thread);
1285 node = insertThread(env, &otherThreads, initList[i]);
1420 removeResumed(env, &otherThreads);
1442 node = findThread(&otherThreads, thread);
1544 error = enumerateOverThreadList(env, &otherThreads,
1597 if ((error == JVMTI_ERROR_NONE) && (otherThreads
[all...]

Completed in 263 milliseconds