Searched defs:SIGKILL (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dprocess_helpers.c58 kill(getpid(), SIGKILL); local
H A Dprocess_test.c561 kill(getpid(), SIGKILL); local
642 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGKILL); local
/freebsd-10.1-release/contrib/atf/test-programs/
H A Dcpp_helpers.cpp170 ::kill(getpid(), SIGKILL); local
197 kill(getpid(), SIGKILL); local
H A Dc_helpers.c315 kill(getpid(), SIGKILL); local
342 kill(getpid(), SIGKILL); local
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_emul.c355 linux_kill_threads(FIRST_THREAD_IN_PROC(p), SIGKILL); local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dnto-procfs.c895 SignalKill (nto_node(), PIDGET (inferior_ptid), 0, SIGKILL, 0, 0); local
/freebsd-10.1-release/sys/sys/
H A Dsignal.h69 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c783 (void) kill(getpid(), SIGKILL); local

Completed in 172 milliseconds