Home | History | Annotate | Download | only in flip_server

Lines Matching refs:AlarmCB

123   typedef EpollAlarmCallbackInterface AlarmCB;
126 typedef std::multimap<int64, AlarmCB*> TimeToAlarmCBMap;
359 // Important: A give AlarmCB* can not be registered again if it is already
365 virtual void RegisterAlarm(int64 timeout_time_in_us, AlarmCB* ac);
380 // Important: A give AlarmCB* can not be registered again if it is already
387 void RegisterAlarmApproximateDelta(int64 delta_in_us, AlarmCB* ac) {
672 size_t operator()(AlarmCB*const& p) const {
682 typedef __gnu_cxx::hash_set<AlarmCB*, AlarmCBHash> AlarmCBMap;