Searched defs:SIGTERM (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp122 const int SIGTERM = 15; variable
/freebsd-11-stable/sbin/hastd/
H A Dcontrol.c446 kill(getpid(), SIGTERM); local
/freebsd-11-stable/sys/sys/
H A Dsignal.h99 #define SIGTERM 15 /* software termination signal from kill */ macro
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.c534 kill(getpid(), SIGTERM); local
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c571 kill(getpid(), SIGTERM); local
649 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGTERM); local
797 kill(atf_process_child_pid(&child), SIGTERM); local
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess.cpp292 ::kill(atf_process_child_pid(&m_child), SIGTERM); local
/freebsd-11-stable/contrib/atf/test-programs/
H A Dc_helpers.c163 kill(getpid(), SIGTERM); local

Completed in 92 milliseconds