Searched refs:EndOfAllTime (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Detimer.h45 #define EndOfAllTime 0xFFFFFFFFFFFFFFFFULL macro
/darwin-on-arm/xnu/osfmk/arm/
H A Detimer.c111 deadline = EndOfAllTime;
118 && mytimer->deadline < EndOfAllTime)
171 pp->rtcPop = EndOfAllTime; /* any real deadline will be earlier */
H A Drtclock.c137 clock_decrementer = EndOfAllTime;
156 * 0 and EndOfAllTime are special-cases for "clear the timer"
158 if (time == 0 || time == EndOfAllTime) {
159 time = EndOfAllTime;
H A Dcpu.c846 cdp->rt_timer.deadline = EndOfAllTime;
/darwin-on-arm/xnu/osfmk/i386/
H A Detimer.c153 uint64_t deadline = EndOfAllTime;
170 0 < mytimer->deadline && mytimer->deadline < EndOfAllTime)
300 cdp->rtclock_timer.deadline = EndOfAllTime;
301 setPop(EndOfAllTime);
H A Dcpu.c105 cdp->rtclock_timer.deadline = EndOfAllTime;
H A Drtclock.c493 /* 0 and EndOfAllTime are special-cases for "clear the timer" */
494 if (time == 0 || time == EndOfAllTime ) {
495 time = EndOfAllTime;
H A Dmp.c1347 while (cdp->cpu_signals && x86_lcpu()->rtcDeadline != EndOfAllTime)

Completed in 37 milliseconds