First page Back Continue Last page Summary Graphics
kqueue API: Filter types
EVFILT_TIMER
Establishes an arbitrary timer identified by ident.
data specifies the timeout period in milliseconds.
The timer will be periodic unless EV_ONESHOT is specified.
On return, data contains the number of times the timeout has expired since the last call to kevent(). This filter automatically sets the EV_CLEAR flag internally.
Notes: