Searched defs:maxTimerNum (Results 1 – 2 of 2) sorted by relevance
25 IdAllocator::IdAllocator(int maxTimerNum) in IdAllocator()
65 TimerMgr::TimerMgr(int maxTimerNum) : IdAllocator(maxTimerNum), status_(TimerStatus::TIMER_STATUS_I… in TimerMgr()