HomeSort by relevance Sort by last modified time
    Searched refs:RegisterAlarm (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/flip_server/
epoll_server.h 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);
    [all...]
epoll_server.cc 459 void EpollServer::RegisterAlarm(int64 timeout_time_in_us, AlarmCB* ac) {
787 RegisterAlarm(new_timeout_time_in_us, cb);

Completed in 32 milliseconds