Searched refs:EVFILT_TIMER (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/
H A DMakefile.PL47 EVFILT_TIMER
H A Dconst-c.inc281 EVFILT_TIMER EVFILT_VNODE EVFILT_WRITE */
285 if (memEQ(name, "EVFILT_TIMER", 12)) {
287 #ifdef EVFILT_TIMER
288 *iv_return = EVFILT_TIMER;
338 my @names = (qw(EVFILT_FS EVFILT_PROC EVFILT_READ EVFILT_SIGNAL EVFILT_TIMER
H A DKQueue.pm31 EVFILT_TIMER
73 use constant EVFILT_TIMER => (constant('EVFILT_TIMER'))[1]; constant
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c91 EV_SET64(&kev, 1, EVFILT_TIMER, EV_ADD,
134 EV_SET64(&kev, 2, EVFILT_TIMER, EV_ADD | EV_ONESHOT, scale, time,
155 EV_SET64(&kev, 3, EVFILT_TIMER, EV_ADD, NOTE_USECONDS, usec, 0, 0, 0);
182 EV_SET64(&kev, 3, EVFILT_TIMER, EV_DELETE, 0, 0, 0, 0, 0);
197 EV_SET64(&kev, 4, EVFILT_TIMER, EV_ADD|EV_ONESHOT, 0, first, 0, 0, 0);
205 EV_SET64(&kev, 4, EVFILT_TIMER, EV_ONESHOT, 0, second, 0, 0, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Devent.h69 #define EVFILT_TIMER (-7) /* timers */ macro
319 * data/hint fflags for EVFILT_TIMER, shared with userspace.
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsource.c985 if (ke->filter == EVFILT_TIMER) {
1381 .filter = EVFILT_TIMER, \
4364 _evfilt2(EVFILT_TIMER);

Completed in 276 milliseconds