Searched defs:SIGSTOP (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dassert.c44 ** Debug category: send self SIGSTOP on fatal error,
85 #ifdef SIGSTOP
87 kill(getpid(), SIGSTOP); local
88 #endif /* SIGSTOP */
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h38 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h76 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/cmd/rexd/
H A Don.c172 * with a SIGTSTP or SIGSTOP signal.
197 kill(getpid(), SIGSTOP); local
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h87 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h102 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h87 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro

Completed in 106 milliseconds