Searched refs:maxTimerNum (Results 1 – 4 of 4) sorted by relevance
25 IdAllocator::IdAllocator(int maxTimerNum) in IdAllocator() argument27 for (int i = 0; i < maxTimerNum; i++) { in IdAllocator()
25 explicit IdAllocator(int maxTimerNum = 100);
65 TimerMgr::TimerMgr(int maxTimerNum) : IdAllocator(maxTimerNum), status_(TimerStatus::TIMER_STATUS_I… in TimerMgr() argument
83 explicit TimerMgr(int maxTimerNum = 10);