First page Back Continue Last page Summary Graphics
kqueue API: Filter types
EVFILT_SIGNAL
Takes the signal number to monitor as the identifier and returns when the given signal is delivered to the process.
All delivery attempts are returned (even if appl has SIG_IGN)
Notification is done after normal signal delivery processing. data returns the number of times the signal has occurred since last call. Filter always sets EV_CLEAR internally
Notes: