Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dsignal.d49 enum SIGTERM = 15; // Termination in version() local
72 enum SIGTERM = 15; // Termination in version() local
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d57 inline int SIGTERM = 15; variable
/netbsd-src/sys/sys/
H A Dsignal.h67 #define SIGTERM 15 /* software termination signal from kill */ macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc121 const int SIGTERM = 15; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc126 const int SIGTERM = 15; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp120 const int SIGTERM = 15; variable