Home
last modified time | relevance | path

Searched refs:NOTE_CRITICAL (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Devent.h316 #define NOTE_CRITICAL 0x00000020 /* system does minimal timer coalescing */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c1643 if (filter_flags & NOTE_CRITICAL) { in filt_timerarm()