Searched refs:EpollAlarm (Results 1 – 5 of 5) sorted by relevance
44 class EpollAlarmImpl : public EpollAlarm {49 EpollAlarm::OnAlarm(); in OnAlarm()
39 class ConnectionIdCleanUpAlarm : public EpollAlarm {47 EpollAlarm::OnAlarm(); in OnAlarm()
29 class DeleteSessionsAlarm : public EpollAlarm {36 EpollAlarm::OnAlarm(); in OnAlarm()
782 EpollAlarm::EpollAlarm() : eps_(NULL), registered_(false) { in EpollAlarm() function in net::EpollAlarm785 EpollAlarm::~EpollAlarm() { in ~EpollAlarm()789 int64 EpollAlarm::OnAlarm() { in OnAlarm()794 void EpollAlarm::OnRegistration(const EpollServer::AlarmRegToken& token, in OnRegistration()803 void EpollAlarm::OnUnregistration() { in OnUnregistration()807 void EpollAlarm::OnShutdown(EpollServer* eps) { in OnShutdown()813 void EpollAlarm::UnregisterIfRegistered() { in UnregisterIfRegistered()
1018 class EpollAlarm : public EpollAlarmCallbackInterface {1020 EpollAlarm();1022 virtual ~EpollAlarm();