Lines Matching full:signals
54 The system defines a set of signals that may be delivered to a process.
74 so that signals are taken on a special
80 but other signals may yet occur.
83 defines the set of signals currently blocked from delivery
95 signals pending for the process or thread.
98 For signals directed at a specific thread,
102 For signals directed at the process,
107 Signals may be delivered any time a thread enters the operating system
109 If multiple signals are ready to be delivered at the same time,
110 any signals that could be caused by traps are delivered first.
111 Additional signals may be processed at the same time, with each
112 appearing to interrupt the handlers for the previous signals
114 The set of pending signals is returned by the
288 the set of pending signals and the signal stack for the new thread are empty.
294 all signals, the signal mask, the signal stack,
300 action for all signals which were caught and
301 resets all signals to be caught on the user stack.
302 Ignored signals remain ignored;
304 signals that restart pending system calls continue to do so.
306 The following is a list of all signals
355 by signals and are async-signal safe.
590 with respect to signals.
759 as are the signals,
773 Those signals are available on most