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

12345

/macosx-10.10/apr-32/apr/apr/test/
H A Dtestoc.c50 #ifndef SIGKILL
51 #define SIGKILL 1 macro
90 rv = apr_proc_kill(&newproc, SIGKILL);
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_monitor.c90 (void) kill(pid, SIGKILL);
/macosx-10.10/Libc-1044.1.2/sys/
H A Dsigaction.c48 if (sig <= 0 || sig >= NSIG || sig == SIGKILL || sig == SIGSTOP) {
/macosx-10.10/uucp-11/uucp/unix/
H A Depopen.c75 (void) kill (ipid, SIGKILL);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d41 inline int SIGKILL = 9;
42 #pragma D binding "1.0" SIGKILL
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsiglist.c85 #if defined (SIGKILL)
86 sys_siglist[SIGKILL] = "Killed";
/macosx-10.10/sudo-73/src/
H A Dmksiglist.h39 #ifdef SIGKILL
40 if (sudo_sys_siglist[SIGKILL] == NULL)
41 sudo_sys_siglist[SIGKILL] = "Killed";
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dexpect_helpers.c115 kill(getpid(), SIGKILL); local
142 kill(getpid(), SIGKILL); local
H A Dtimer.cpp124 ::kill(m_pid, SIGKILL);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dchild.cpp70 this->kill(SIGKILL); // take THAT!
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_private.h93 #define SIGKILL 9 macro
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dsignals.c181 #ifdef SIGKILL
182 store_desc(SIGKILL, "Killed");
333 #ifdef SIGKILL
334 sigdelset(&sig_mask, SIGKILL);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c58 kill(getpid(), SIGKILL); local
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dsignal.h45 #define SIGKILL 7 // ctrl_shutdown macro
/macosx-10.10/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dsigstat.c118 #if defined (SIGKILL) /* kill (cannot be caught or ignored) */
119 signames[SIGKILL] = "SIGKILL";
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dsignames.c285 #if defined (SIGKILL) /* kill (cannot be caught or ignored) */
286 signal_names[SIGKILL] = "SIGKILL";
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_private.h104 #define SIGKILL 11 macro
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ds-mac.h200 #define SIGKILL (__signal_max+4) macro
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dcoclose.c38 kill(state.current->pid, SIGKILL);
H A Dcokill.c57 if (sig == SIGKILL)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsignal.h96 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
573 sigmask(SIGPIPE)|sigmask(SIGKILL))
581 sigmask(SIGQUIT)|sigmask(SIGKILL)|\
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drand-timer.c153 kill(pid, SIGKILL);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/efl/
H A DProcessLauncherEfl.cpp130 kill(m_processIdentifier, SIGKILL);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp140 kill(m_processIdentifier, SIGKILL);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp170 ::kill(getpid(), SIGKILL); local
197 kill(getpid(), SIGKILL); local

Completed in 228 milliseconds

12345