Searched refs:timerSlot (Results 1 – 4 of 4) sorted by relevance
117 uint64_t timerSlot = 0; in TakeNextTimerId() local121 timerSlot |= (one << timer->id); in TakeNextTimerId()125 if ((timerSlot & (one << i)) == 0) { in TakeNextTimerId()
68 uint64_t timerSlot = 0; in TakeNextTimerId() local72 timerSlot |= (one << timer->id); in TakeNextTimerId()76 if ((timerSlot & (one << i)) == 0) { in TakeNextTimerId()
164 uint64_t timerSlot = std::accumulate(timers_.cbegin(), timers_.cend(), uint64_t(0U), in TakeNextTimerId() local169 if ((timerSlot & (uint64_t(1U) << tmpCount)) == 0) { in TakeNextTimerId()