Searched refs:TIMER_PERIOD_MS (Results 1 – 4 of 4) sorted by relevance
24 const uint32_t TIMER_PERIOD_MS = 2; variable
236 if (!_timeEvent.StartTimer(periodic, TIMER_PERIOD_MS)) in Init()245 "periodic timer (dT=%d) is now active", TIMER_PERIOD_MS); in Init()3035 _timeEvent.StartTimer(true, TIMER_PERIOD_MS); in ThreadProcess()3706 _timeEvent.StartTimer(true, TIMER_PERIOD_MS); in RestartTimerIfNeeded()
51 const uint32_t TIMER_PERIOD_MS = 2 * 10 * N_BLOCKS_IO * 1000000; variable
2555 timeout.tv_nsec = TIMER_PERIOD_MS; in implInConverterProc()2599 timeout.tv_nsec = TIMER_PERIOD_MS; in RenderWorkerThread()