Searched refs:CLOCK_ADJUST_FINE (Results 1 – 3 of 3) sorted by relevance
116 case CLOCK_ADJUST_FINE: in _plat__ClockAdjustRate()117 s_adjustRate += CLOCK_ADJUST_FINE; in _plat__ClockAdjustRate()119 case -CLOCK_ADJUST_FINE: in _plat__ClockAdjustRate()120 s_adjustRate -= CLOCK_ADJUST_FINE; in _plat__ClockAdjustRate()
163 _plat__ClockAdjustRate(CLOCK_ADJUST_FINE); in TimeSetAdjustRate()166 _plat__ClockAdjustRate(-CLOCK_ADJUST_FINE); in TimeSetAdjustRate()
310 #define CLOCK_ADJUST_FINE 1 macro