Lines Matching refs:exit
169 exit(1);
388 /* wait until the thread exit */
1317 int exit;
1327 if (test->exit) {
1333 exit(test->exit);
1764 exit(1);
1946 // bpo-44441: Py_RunMain() must reset PyImport_Inittab at exit.
2050 * the exit code will be -1.
2052 * The int returned from test functions is used as the exit
2053 * code, and test_capi treats all non-zero exit codes as a
2152 /* Non-zero exit code will cause test_embed.py tests to fail.