Lines Matching full:signal
31 .Nm signal ,
58 .Nd "kernel signal functions"
124 is a valid signal number.
134 is a valid signal number.
167 macro determines if two signal sets are equal; that is, the same signals
172 macro determines if two signal sets differ; that is, if any signal set in
228 signal from
237 If the process has a pending signal and the process is currently being
240 will return true even if the signal is masked.
244 function returns the signal number that should be delivered to process
250 function resets the signal set and signal stack of a process in preparation
272 signal originated from a TTY.
288 Default signal actions are not taken for system processes and init.
303 function sends the signal
309 is non-zero, the signal is only delivered to processes in the process group
327 function handles the actual delivery of the signal
332 after the kernel has been notified that a signal should be delivered
353 to exit with a return value of signal number
364 function is called during system initialization to cause every signal with
394 function sends a signal that is the result of a trap to process
396 If the process is not being traced and the signal can be delivered
403 to cause the signal to be delivered.
426 function returns either a valid signal number or zero.
429 returns either a valid signal number or zero.