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

/osnet-11/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 */

Completed in 168 milliseconds