Lines Matching +full:timer +full:- +full:width

99 argument, which is a bitwise-inclusive OR of the following flags:
100 .Bl -tag -width "KQUEUE_CLOEXEC"
121 .Bl -tag -width O_CLOEXEC
166 is a non-NULL pointer, it specifies a maximum interval to wait
175 argument should be non-NULL, pointing to a zero-valued
191 .Bd -literal
206 .Bl -tag -width "Fa filter"
213 The pre-defined
218 Filter-specific flags.
220 Filter-specific data value.
222 Opaque user-defined value passed through the kernel unchanged.
237 providing additional user-defined values.
243 .Bl -tag -width EV_KEEPUDATA
246 Re-adding an existing event
296 Filters may set this flag to indicate filter-specific EOF condition.
323 .Bl -tag -width "Dv EVFILT_PROCDESC"
329 .Bl -tag -width 2n
341 This may be overridden with a per-filter low water mark at the
452 .Bl -tag -width "Dv NOTE_CLOSE_WRITE"
512 .Bl -tag -width "Dv NOTE_TRACKERR"
563 .Bl -tag -width "Dv NOTE_EXIT"
597 Establishes an arbitrary timer identified by
599 When adding a timer,
601 specifies the moment to fire the timer (for
604 The timer will be periodic unless
613 For non-monotonic timers, this filter automatically sets the
620 .Bl -tag -width "Dv NOTE_MSECONDS"
650 If an existing timer is re-added, the existing timer will be
652 timer expiration) and re-started using the new parameters contained in
669 .Bl -tag -width "Dv NOTE_FFLAGSMASK"
691 .Bl -tag -width "Dv NOTE_FFLAGSMASK"
703 is non-zero, i.e., the function is potentially blocking, the call
715 If there was an error creating the kernel event queue, a value of -1 is
738 .Dv -1
746 .Bd -literal -compact
764 if (fd == -1)
769 if (kq == -1)
777 if (ret == -1)
783 if (ret == -1) {
802 .Bl -tag -width Er
813 The per-process descriptor table is full.
821 .Bl -tag -width Er
843 or, in the special case of a timer, the maximum number of
875 .%D June 25-30, 2001