Home
last modified time | relevance | path

Searched defs:SIGKILL (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d212 enum SIGKILL = 9; in version() local
236 enum SIGKILL = 9; in version() local
260 enum SIGKILL = 9; in version() local
284 enum SIGKILL = 9; in version() local
308 enum SIGKILL = 9; in version() local
332 enum SIGKILL = 9; in version() local
356 enum SIGKILL = 9; in version() local
380 enum SIGKILL = 9; in version() local
407 enum SIGKILL = 9; in version() local
431 enum SIGKILL = 9; in version() local
[all …]
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_sigchld.c219 TRACEME_RAISE(traceme_raise1, SIGKILL) /* non-maskable */ in TRACEME_RAISE() argument
H A Dt_fork.c256 RAISE(raise1, SIGKILL) /* non-maskable */ in RAISE() argument
H A Dt_ptrace_signal_wait.h126 TRACEME_RAISE(traceme_raise1, SIGKILL) /* non-maskable */ in TRACEME_RAISE() argument
1235 TRACEME_SENDSIGNAL_SIMPLE(traceme_sendsignal_simple1, SIGKILL) /* non-maskable*/ in TRACEME_SENDSIGNAL_SIMPLE() argument
1392 TRACEME_VFORK_RAISE(traceme_vfork_raise1, SIGKILL) /* non-maskable */ in TRACEME_VFORK_RAISE() argument
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d45 inline int SIGKILL = 9; variable
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixlib.h59 #define SIGKILL SIGTERM macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.h59 #define SIGKILL SIGTERM macro
/netbsd-src/sys/sys/
H A Dsignal.h61 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess.c37 #define SIGKILL 9 macro
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Dwin.h94 #define SIGKILL 9 macro