Lines Matching refs:exit
1 /* Python interpreter top-level routines, including init/exit */
933 at exit on success. */
1770 * exit funcs may be relying on that. In particular, if some thread
1771 * or exit func is still waiting to do an import, the import machinery
1773 * runtime is uninitialized until after the exit funcs have run.
1774 * Note that Threading.py uses an exit func to do a join on all the
1794 /* Remaining daemon threads will automatically exit
1806 can take the GIL at this point: if they try, they will exit
2629 exit(status);
2875 exit(status.exitcode);
2944 exit(sts);