Searched refs:EpollAlarm (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Depoll_server.cc793 EpollAlarm::EpollAlarm() : eps_(NULL), registered_(false) { function in class:net::EpollAlarm
796 EpollAlarm::~EpollAlarm() {
800 int64 EpollAlarm::OnAlarm() {
805 void EpollAlarm::OnRegistration(const EpollServer::AlarmRegToken& token,
814 void EpollAlarm::OnUnregistration() {
818 void EpollAlarm::OnShutdown(EpollServer* eps) {
824 void EpollAlarm::UnregisterIfRegistered() {
H A Depoll_server.h1028 class EpollAlarm : public EpollAlarmCallbackInterface { class in namespace:net
1030 EpollAlarm();
1032 virtual ~EpollAlarm();

Completed in 77 milliseconds