Searched defs:SIGKILL (Results 1 - 7 of 7) sorted by path

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c794 (void) kill(getpid(), SIGKILL); local
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dprocess_helpers.c54 kill(getpid(), SIGKILL); local
H A Dprocess_test.c557 kill(getpid(), SIGKILL); local
638 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGKILL); local
/freebsd-10-stable/contrib/atf/test-programs/
H A Dc_helpers.c310 kill(getpid(), SIGKILL); local
337 kill(getpid(), SIGKILL); local
H A Dcpp_helpers.cpp166 ::kill(getpid(), SIGKILL); local
193 kill(getpid(), SIGKILL); local
/freebsd-10-stable/contrib/gdb/gdb/
H A Dnto-procfs.c895 SignalKill (nto_node(), PIDGET (inferior_ptid), 0, SIGKILL, 0, 0); local
/freebsd-10-stable/sys/sys/
H A Dsignal.h69 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro

Completed in 301 milliseconds