HomeSort by relevance Sort by last modified time
    Searched defs:SIGSTOP (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
assert.c 44 ** Debug category: send self SIGSTOP on fatal error,
85 #ifdef SIGSTOP
87 kill(getpid(), SIGSTOP);
88 #endif /* SIGSTOP */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
signal.h 38 #define SIGSTOP 17 /* sendable stop signal not from tty */
  /onnv/onnv-gate/usr/src/uts/common/sys/iso/
signal_iso.h 76 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */
  /onnv/onnv-gate/usr/src/cmd/rexd/
on.c 172 * with a SIGTSTP or SIGSTOP signal.
197 kill(getpid(), SIGSTOP);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
signal.h 87 #define SIGSTOP 17 /* sendable stop signal not from tty */
  /onnv/onnv-gate/usr/src/ucbhead/sys/
signal.h 104 #define SIGSTOP 23 /* stop (cannot be caught or ignored) */

Completed in 120 milliseconds