Searched refs:SIGKILL (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmisc.c208 my_err = kill( my_pid, SIGKILL );
232 if (WTERMSIG( my_status ) != SIGKILL) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsignalvar.h158 SA_KILL, /* SIGKILL */
189 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
H A Dsignal.h96 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
595 sigmask(SIGQUIT)|sigmask(SIGKILL)|\
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c277 kill(state->pid, SIGKILL);
H A Dlmbench_lat_ctx.c395 kill(pState->pids[i], SIGKILL);
553 kill(ts->pids[i], SIGKILL);
H A Dlb_mmtest.c509 kill(ts->pid, SIGKILL);
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c317 error = mac_proc_check_signal(p, t, SIGKILL);
321 psignal(t, SIGKILL);
H A Dkern_sig.c377 signum == SIGKILL || signum == SIGSTOP)
576 if ((signum == SIGKILL || signum == SIGSTOP) &&
1282 /* SIGKILL and SIGSTOP are not maskable as well */
1889 * SIGKILL priority twiddling moved here from above because
1892 * as SIGKILL's action is always SIG_DFL.
1894 if ((signum == SIGKILL) && (sig_proc->p_nice > NZERO)) {
1997 psignal_locked(sig_proc, SIGKILL);
2062 case SIGKILL:
2120 * needs to act like SIGKILL
2339 * pgsignal would get the SIGKILL t
[all...]
H A Dkern_memorystatus.c898 /* Clean; issue SIGKILL */
905 psignal(p, SIGKILL);
1176 exit1_internal(p, W_EXITCODE(0, SIGKILL), (int *)NULL, FALSE, FALSE);
1274 exit1(p, W_EXITCODE(0, SIGKILL), (int *)NULL);
H A Dkern_exit.c707 threadsignal(thread, SIGKILL, 0);
712 psignal(q, SIGKILL);
1836 threadsignal(thread, SIGKILL, 0);
1841 psignal(q, SIGKILL);
H A Dkern_shutdown.c511 * send a SIGKILL to all the procs still hanging around
515 sdargs.signo = SIGKILL;
520 /* post a SIGKILL to all that catch SIGTERM and not marked for delay */
H A Dprocess_policy.c570 psignal(p, SIGKILL);
H A Dkern_proc.c1817 psignal(pt, SIGKILL);
1842 psignal(pt, SIGKILL);
2771 psignal(p, SIGKILL);
2878 psignal(p, SIGKILL);
H A Dproc_info.c1897 if (!cansignal(current_proc(), my_cred, target_p, SIGKILL, 0)) {
1940 psignal(target_p, SIGKILL);
1978 * SIGKILL is issued to tracked, clean processes; otherwise,
2009 /* Check privileges; if SIGKILL can be issued, then SIGTERM is also OK */
2010 if (!cansignal(current_proc(), uc, p, SIGKILL, 0)) {
2020 /* Clean; mark as terminated and issue SIGKILL */
2021 sig = SIGKILL;
H A Dmach_loader.c378 psignal(vfs_context_proc(imgp->ip_vfs_context), SIGKILL);
728 psignal(p, SIGKILL);
H A Dkern_aio.c2120 signum == SIGKILL || signum == SIGSTOP )
H A Dkern_exec.c3909 psignal(p, SIGKILL);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c475 *ux_signal = SIGKILL;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h811 #define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \

Completed in 193 milliseconds