Home
last modified time | relevance | path

Searched defs:timerFd (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
Dtimer.cpp84 int timerFd = once ? INVALID_TIMER_FD : GetTimerFd(interval); in Register() local
154 …_t Timer::DoRegister(const TimerListCallback& callback, uint32_t interval, bool once, int &timerFd) in DoRegister()
175 void Timer::OnTimer(int timerFd) in OnTimer()
206 void Timer::DoTimerListCallback(const TimerListCallback& callback, int timerFd) in DoTimerListCallback()
Devent_reactor.cpp95 uint32_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool… in ScheduleTimer()
111 void EventReactor::CancelTimer(int timerFd) in CancelTimer()
/commonlibrary/c_utils/base/include/
Dtimer.h132 int timerFd; member
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp678 int& timerFd, bool once) in ScheduleTimer()
707 int timerFd = once ? IO_EVENT_INVALID_FD : GetTimerFd(interval); // Get timerFd in Register() local
806 TimerEventHandler::TimerEventHandler(int timerFd, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
Devent_benchmark_test.cpp813 uint32_t timerId, int& timerFd, bool once) in ScheduleTimer()
846 int timerFd = once ? IO_EVENT_INVALID_FD : GetTimerFd(interval); // Get timerFd in Register() local
947 TimerEventHandler::TimerEventHandler(int timerFd, uint32_t timeout /* ms */, bool once) in TimerEventHandler()