Lines Matching full:signal
37 .Fn proc:::signal-clear "int" "ksiginfo_t *"
38 .Fn proc:::signal-discard "struct thread *" "struct proc *" "int"
39 .Fn proc:::signal-send "struct thread *" "struct proc *" "int"
85 signal code; valid values are documented in the
88 .Pa signal.h .
95 .Fn proc:::signal-send
96 probe fires when a signal is about to be sent to a process.
98 .Fn proc:::signal-discard
99 probe fires when a signal is sent to a process that ignores it.
101 .Fn proc:::signal-send
102 probe for the signal in question.
103 The arguments to these probes are the thread and process to which the signal
104 will be sent, and the signal number of the signal.
105 Valid signal numbers are defined in the
106 .Xr signal 3
109 .Fn proc:::signal-clear
110 probe fires when a pending signal has been cleared by one of the
116 Its arguments are the signal number of the cleared signal, and a pointer to
117 the corresponding signal information.
120 for the signal can be obtained from
251 .Xr signal 3 ,