Searched refs:TIMER_CALL_URGENCY_MASK (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dtimer_call.h92 #define TIMER_CALL_URGENCY_MASK TIMEOUT_URGENCY_MASK macro
H A Dtimer_call.c497 urgency = (flags & TIMER_CALL_URGENCY_MASK);
/xnu-2422.115.4/osfmk/i386/
H A Di386_timer.c368 uint32_t urgency = (flags & TIMER_CALL_URGENCY_MASK);

Completed in 27 milliseconds