Home | History | Annotate | Download | only in share

Lines Matching defs:exit

57      * The expected exit code for the debuggee process.
74 * Sets the expected exit code. This is meant to be used by tests that will request target
75 * VM termination with VirtualMachine.Exit command.
101 * Waits for process to exit and closes output redirectors
106 logWriter.println("Waiting for process exit");
110 throw new TestErrorException("IOException in waiting for process exit: ", e);
115 outRedir.exit();
126 errRedir.exit();
275 * Waits for launched process to exit.
294 // waiting for the debuggee process to exit. We send an interrupt request to
301 logWriter.println("Finished debuggee with exit code: " + exitCode);
417 out.exit();
427 * Separate thread for waiting for process exit for specified timeout.