diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-02-11 02:25:31 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-02-11 02:25:31 +0000 |
| commit | 1218efc5db42a7340b0187ddc3bc841de5ea0ff3 (patch) | |
| tree | 64bf4c4f52786efca5fa0fe4a323e0514f61f469 /lib/libc/sys/kqueue.2 | |
| parent | 7eb2145355dc179b4a4ed8012479630247142127 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/kqueue.2')
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 7f91ff7bd613..1227215b8205 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -364,6 +364,18 @@ signal delivery processing. returns the number of times the signal has occurred since the last call to .Fn kevent . This filter automatically sets the EV_CLEAR flag internally. +.It EVFILT_TIMER +Establishes an arbitrary timer identified by +.Va ident . +When adding a timer, +.Va data +specifies the timeout period in milliseconds. +The timer will be periodic unless EV_ONESHOT is specified. +On return, +.Va data +contains the number of times the timeout has expired since the last call to +.Fn kevent . +This filter automatically sets the EV_CLEAR flag internally. .El .Sh RETURN VALUES .Fn kqueue |
