Home
last modified time | relevance | path

Searched defs:SIGTERM (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d54 inline int SIGTERM = 15; variable
/freebsd/sys/sys/
H A Dsignal.h100 #define SIGTERM 15 /* software termination signal from kill */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp129 const int SIGTERM = 15; variable