Searched refs:TIMER_RESOLUTION (Results 1 – 7 of 7) sorted by relevance
28 (((X+TIMER_RESOLUTION-1)/TIMER_RESOLUTION)*TIMER_RESOLUTION)
127 result = timeBeginPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerInit()130 TIMER_RESOLUTION); in SDL_SYS_TimerInit()133 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC); in SDL_SYS_TimerInit()146 timeEndPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerQuit()
163 result = timeBeginPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerInit()166 TIMER_RESOLUTION); in SDL_SYS_TimerInit()169 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC); in SDL_SYS_TimerInit()182 timeEndPeriod(TIMER_RESOLUTION); in SDL_SYS_TimerQuit()
205 #ifndef TIMER_RESOLUTION206 #define TIMER_RESOLUTION 500U macro
65 #define TIMER_RESOLUTION 100U macro
53 #define PH_LLCNFC_RESOLUTION TIMER_RESOLUTION
41 #define TIMER_RESOLUTION 10 /* Experimentally determined */ macro