Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dsignal.h68 #define SIGTERM 15 /* software termination signal from kill */ macro
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp123 const int SIGTERM = 15; variable