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

/openjdk7/jdk/test/java/lang/ref/
H A DNullQueue.java38 private static Thread findThread(String name) { method in class:NullQueue
62 Thread refHandler = findThread("Reference Handler");
/openjdk7/jdk/src/share/back/
H A DthreadControl.c226 findThread(ThreadList *list, jthread thread) function
307 node = findThread(list, thread);
354 * which is ok, see findThread, it deals with threads without TLS set.
384 node = findThread(list, thread);
410 JDI_ASSERT(findThread(dest, node->thread) == NULL);
663 node = findThread(&runningThreads, thread);
685 node = findThread(NULL, thread);
689 node = findThread(NULL, thread);
702 node = findThread(&runningThreads, thread);
1057 node = findThread(
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java92 private ThreadReference findThread(String idToken) throws NoSessionException { method in class:CommandInterpreter
322 ThreadReference thread = findThread(t.nextToken());
471 ThreadReference thread = findThread(t.nextToken());
495 ThreadReference thread = findThread(t.nextToken());
585 ThreadReference thread = findThread(idToken);
745 ThreadReference thread = findThread(t.nextToken());

Completed in 37 milliseconds