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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c67 static struct clock_calend { struct
79 } clock_calend; variable in typeref:struct:clock_calend
83 * Unlocked calendar flipflop; this is used to track a clock_calend such
84 * that we can safely access a snapshot of a valid clock_calend structure
93 struct clock_calend calend; /* copy of calendar */
146 timer_call_setup(&clock_calend.adjcall, (timer_call_func_t)calend_adjust_call, NULL);
182 clock_calend.adjinterval = abstime;
232 if (clock_calend.adjdelta < 0) {
235 if (now > clock_calend.adjstart) {
236 t32 = now - clock_calend
[all...]

Completed in 19 milliseconds