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

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVMAction.java41 ThreadReference resumingThread; field in class:VMAction
47 // For id = VM_NOT_SUSPENDED, if resumingThread != null, then it is
49 VMAction(VirtualMachine vm, ThreadReference resumingThread, int id) { argument
52 this.resumingThread = resumingThread;
61 ThreadReference resumingThread() { method in class:VMAction
62 return resumingThread;
H A DVMState.java127 * If resumingThread != null, then only that thread is being
130 synchronized void thaw(ThreadReference resumingThread) { argument
137 processVMAction(new VMAction(vm, resumingThread, VMAction.VM_NOT_SUSPENDED));
H A DThreadReferenceImpl.java133 if (action.resumingThread() == null) {
/openjdk7/jdk/src/share/back/
H A DthreadControl.c589 getResumee(jthread resumingThread) argument
597 (gdata->jvmti, resumingThread, fnum, 0, &object);

Completed in 29 milliseconds