Lines Matching defs:exit
93 int exit;
98 Python exit. */
324 the program continues at faulthandler_fatal_error() exit, but the same
639 if (thread.exit)
706 static char *kwlist[] = {"timeout", "repeat", "file", "exit", NULL};
712 int exit = 0;
719 &timeout_obj, &repeat, &file, &exit))
782 thread.exit = exit;
1256 PyDoc_STR("dump_traceback_later(timeout, repeat=False, file=sys.stderrn, exit=False):\n"
1258 "or each timeout seconds if repeat is True. If exit is True, "