Lines Matching refs:exit

846 	/* Start a thread that will exit immediately. */
861 exit(42);
878 /* If only the thread was killed, we'll see exit 42. */
1620 * Extract the exit code from the other process and
1903 * return values on syscall exit during ptrace.
2056 * The traditional way to tell PTRACE_SYSCALL entry/exit
2069 * syscall exit under ptrace, and on exit the syscall number may
2071 * number here, so it can be examined during both entry and exit
2079 * pick which things to set during this phase (entry or exit).
2746 /* Ensure they are both killed and don't exit cleanly. */
2812 /* Ensure they are both killed and don't exit cleanly. */
3389 exit(1);
3391 exit(ret >= 0 || errno != ENOSYS);
3420 exit(ret != USER_NOTIF_MAGIC);
3516 exit(ret != USER_NOTIF_MAGIC);
3569 exit(1);
3578 exit(!(ret == -1 && errno == 512));
3639 exit(ret != -1 && errno != ENOSYS);
3672 exit(syscall(__NR_getppid) != USER_NOTIF_MAGIC);
3718 exit(syscall(__NR_getppid) != USER_NOTIF_MAGIC);
3723 exit(WEXITSTATUS(status));
3749 exit(0);
3783 exit(syscall(__NR_getppid) != USER_NOTIF_MAGIC);
3845 exit(0);
4022 exit(EXIT_SUCCESS);
4075 exit(1);
4079 exit(1);
4081 exit(syscall(__NR_getppid) != USER_NOTIF_MAGIC);
4228 exit(syscall(__NR_getppid) != USER_NOTIF_MAGIC);
4463 exit(ret != USER_NOTIF_MAGIC);
4485 exit(ret != USER_NOTIF_MAGIC);
4582 exit(1);
4587 exit(ret != -1 || errno != EINTR);
4601 /* wait for process to exit (exit checks for EINTR) */
4649 exit(1);
4654 exit(ret != USER_NOTIF_MAGIC);
4682 /* wait for process to exit (exit checks for USER_NOTIF_MAGIC) */
4715 exit(1);
4730 * Wait for the process to exit, and make sure the process terminated