Home | History | Annotate | Download | only in pybench

Lines Matching defs:exit

392             process is terminated with the return value as exit code.
397 def exit(self, rc=0):
399 """ Exit the program.
401 rc is used as exit code and passed back to the calling
442 sys.exit(1)
447 sys.exit(rc)
480 sys.exit(rc)
490 process is terminated with the return value as exit code.
553 # and the return value is passed to sys.exit() as argument.
614 The return value is passed to sys.exit() as argument. If
616 exceptions are reported with exit status code 1 (see