Lines Matching defs:status
67 * serves as a status code; by convention, a nonzero status code indicates
82 * with the given status code if the status is nonzero; otherwise, it
88 * @param status
89 * Termination status. By convention, a nonzero status code
95 * exiting with the specified status
104 public void exit(int status) {
107 security.checkExit(status);
109 Shutdown.exit(status);
253 * @param status
254 * Termination status. By convention, a nonzero status code
258 * status code will override the status code passed to that method.
263 * an exit with the specified status
270 public void halt(int status) {
273 sm.checkExit(status);
275 Shutdown.halt(status);