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

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h27 #define SIGABRT 6 /* used by abort, replace SIGIOT in the future */ macro
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h57 #define SIGABRT 6 /* used by abort, replace SIGIOT in the future */ macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c79 /* set SIGABRT signal handler to SIG_DFL w/o grabbing any locks */
82 (void) __sigaction(SIGABRT, &act, NULL);
84 /* delete SIGABRT from the signal mask */
86 (void) sigaddset(&sigmask, SIGABRT);
89 (void) _lwp_kill(lwpid, SIGABRT); /* never returns */
90 (void) kill(getpid(), SIGABRT); /* if it does, try harder */ local
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c594 #ifndef SIGABRT
596 #define SIGABRT SIGQUIT macro
599 #define SIGABRT SIGIOT
603 #ifdef SIGABRT
604 signal(SIGABRT, SIG_DFL);
605 kill(getpid(), SIGABRT); local
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h37 #define SIGABRT 6 /* used by abort, replace SIGIOT in the future */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h83 #define SIGABRT 6 /* used by abort, replace SIGIOT in the future */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h62 #define SIGABRT 6 /* abort() */ macro
64 #define SIGIOT SIGABRT /* compatibility */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3083 (void) _lwp_kill(_lwp_self(), SIGABRT); local
3094 (void) _lwp_kill(_lwp_self(), SIGABRT); local

Completed in 63 milliseconds