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

/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMAutoWake.c86 #define ROUND_SCHEDULE_TIME (5.0) macro
91 // round time down to the closest multiple of ROUND_SCHEDULE_TIME seconds
93 return (CFAbsoluteTime) (trunc(time / ((double) ROUND_SCHEDULE_TIME)) * ((double) ROUND_SCHEDULE_TIME));
107 // round wakeup time to last ROUND_SCHEDULE_TIME second increment

Completed in 65 milliseconds