Searched refs:INVALID_TIMER_FD (Results 1 – 3 of 3) sorted by relevance
43 SetHandle(INVALID_TIMER_FD); in ~TimerEventHandler()48 if ((GetHandle() == INVALID_TIMER_FD)) { in Initialize()95 if (GetHandle() == INVALID_TIMER_FD) { in TimeOut()
63 int tmpTimerFd = INVALID_TIMER_FD; in Shutdown()86 int timerFd = once ? INVALID_TIMER_FD : GetTimerFd(interval); in Register()87 if (timerFd == INVALID_TIMER_FD) { in Register()228 return INVALID_TIMER_FD; in GetTimerFd()236 return INVALID_TIMER_FD; in GetTimerFd()
25 constexpr int INVALID_TIMER_FD = -1; variable