Lines Matching refs:SH_SIGDONE

43 	"ABRT",		VAL(SIGABRT,SH_SIGDONE), 			S("Abort"),
49 "ALRM", VAL(SIGALRM,SH_SIGDONE), S("Alarm call"),
52 "ALRM1", VAL(SIGALRM1,SH_SIGDONE), S("Scheduling - reserved"),
58 "BUS", VAL(SIGBUS,SH_SIGDONE), S("Bus error"),
89 "EMT", VAL(SIGEMT,SH_SIGDONE), S("EMT trap"),
96 "FPE", VAL(SIGFPE,SH_SIGDONE), S("Floating exception"),
103 "HUP", VAL(SIGHUP,SH_SIGDONE), S("Hangup"),
104 "ILL", VAL(SIGILL,SH_SIGDONE), S("Illegal instruction"),
114 "IO", VAL(SIGIO,SH_SIGDONE), S("IO signal"),
117 "IOT", VAL(SIGIOT,SH_SIGDONE), S("Abort"),
133 "LOST", VAL(SIGLOST,SH_SIGDONE), S("Resources lost"),
149 "PIPE", VAL(SIGPIPE,SH_SIGDONE), S("Broken Pipe"),
151 "PIPE", VAL(SIGPIPE,SH_SIGDONE), "",
155 "POLL", VAL(SIGPOLL,SH_SIGDONE), S("Polling alarm"),
158 "PROF", VAL(SIGPROF,SH_SIGDONE), S("Profiling time alarm"),
161 "PRE", VAL(SIGPRE,SH_SIGDONE), S("Programming exception"),
169 "QUIT", VAL(SIGQUIT,SH_SIGDONE|SH_SIGINTERACTIVE), S("Quit"),
191 "SYS", VAL(SIGSYS,SH_SIGDONE), S("Bad system call"),
194 "STKFLT", VAL(SIGSTKFLT,SH_SIGDONE), S("Stack Fault"),
196 "TERM", VAL(SIGTERM,SH_SIGDONE|SH_SIGINTERACTIVE), S("Terminated"),
208 "TRAP", VAL(SIGTRAP,SH_SIGDONE), S("Trace/BPT trap"),
223 "USR1", VAL(SIGUSR1,SH_SIGDONE), S("User signal 1"),
226 "USR2", VAL(SIGUSR2,SH_SIGDONE), S("User signal 2"),
232 "VTALRM", VAL(SIGVTALRM,SH_SIGDONE), S("Virtual time alarm"),
241 "XCPU", VAL(SIGXCPU,SH_SIGDONE|SH_SIGINTERACTIVE), S("Exceeded CPU time limit"),
244 "XFSZ", VAL(SIGXFSZ,SH_SIGDONE|SH_SIGINTERACTIVE), S("Exceeded file size limit"),
247 "XRES", VAL(SIGXRES,SH_SIGDONE|SH_SIGINTERACTIVE), S("Exceeded resource control"),