Searched refs:TimerEntryList (Results 1 – 2 of 2) sorted by relevance
136 using TimerEntryList = std::list<TimerEntryPtr>; variable138 std::map<uint32_t, TimerEntryList> intervalToTimers_; // interval to TimerEntryList
180 TimerEntryList entryList; in OnTimer()