Searched refs:CLOCK_ADJUST_MEDIUM (Results 1 – 4 of 4) sorted by relevance
110 case CLOCK_ADJUST_MEDIUM: in _plat__ClockAdjustRate()111 s_adjustRate += CLOCK_ADJUST_MEDIUM; in _plat__ClockAdjustRate()113 case -CLOCK_ADJUST_MEDIUM: in _plat__ClockAdjustRate()114 s_adjustRate -= CLOCK_ADJUST_MEDIUM; in _plat__ClockAdjustRate()
157 _plat__ClockAdjustRate(CLOCK_ADJUST_MEDIUM); in TimeSetAdjustRate()160 _plat__ClockAdjustRate(-CLOCK_ADJUST_MEDIUM); in TimeSetAdjustRate()
15372 136 _plat__ClockAdjustRate(CLOCK_ADJUST_MEDIUM);15375 139 _plat__ClockAdjustRate(-CLOCK_ADJUST_MEDIUM);35838 59 case CLOCK_ADJUST_MEDIUM:35839 60 s_adjustRate += CLOCK_ADJUST_MEDIUM;35841 62 case -CLOCK_ADJUST_MEDIUM:35842 63 s_adjustRate -= CLOCK_ADJUST_MEDIUM;36770 83 #define CLOCK_ADJUST_MEDIUM 30
306 #define CLOCK_ADJUST_MEDIUM 30 macro