Home | History | Annotate | Download | only in flip_server

Lines Matching refs:RegisterAlarm

361   //    unregister the previous callback before calling RegisterAlarm again.
365 virtual void RegisterAlarm(int64 timeout_time_in_us, AlarmCB* ac);
372 // WaitForEvents. As with 'RegisterAlarm()', if the callback returns a
377 // same thing may be accomplished by using RegisterAlarm with
382 // unregister the previous callback before calling RegisterAlarm again.
388 RegisterAlarm(ApproximateNowInUsec() + delta_in_us, ac);