Home
last modified time | relevance | path

Searched refs:NOTE_MACHTIME (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/tests/
H A Dkqueue_timer_tests.c15 #ifndef NOTE_MACHTIME
16 #define NOTE_MACHTIME 0x00000100 macro
98 case NOTE_MACHTIME: in test_absolute_kevent()
120 if (scale == NOTE_MACHTIME) { in test_absolute_kevent()
156 case NOTE_MACHTIME: in test_oneshot_kevent()
420 test_absolute_kevent((int)nanos_to_abs(10 * NSEC_PER_MSEC), NOTE_MACHTIME);
433 test_oneshot_kevent((int)nanos_to_abs(10 * NSEC_PER_MSEC), NOTE_MACHTIME);
/xnu-10063.141.1/bsd/sys/
H A Devent.h326 #define NOTE_MACHTIME 0x00000100 /* data is mach absolute time units */ macro
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c1419 switch (kev->fflags & (NOTE_SECONDS | NOTE_USECONDS | NOTE_NSECONDS | NOTE_MACHTIME)) { in filt_timervalidate()
1429 case NOTE_MACHTIME: in filt_timervalidate()