Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp84 uint64_t timerSlot = 0; in TakeNextTimerId() local
88 timerSlot |= (one << timer->id); in TakeNextTimerId()
92 if ((timerSlot & (one << i)) == 0) { in TakeNextTimerId()
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp164 uint64_t timerSlot = std::accumulate(timers_.cbegin(), timers_.cend(), uint64_t(0U),
169 if ((timerSlot & (uint64_t(1U) << tmpCount)) == 0) {

Completed in 1 milliseconds