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

  /external/chromium_org/net/tools/quic/
quic_epoll_connection_helper.cc 44 class EpollAlarmImpl : public EpollAlarm {
49 EpollAlarm::OnAlarm();
quic_dispatcher.cc 21 class DeleteSessionsAlarm : public EpollAlarm {
28 EpollAlarm::OnAlarm();
quic_time_wait_list_manager.cc 36 class GuidCleanUpAlarm : public EpollAlarm {
43 EpollAlarm::OnAlarm();
  /external/chromium/net/tools/flip_server/
epoll_server.cc 793 EpollAlarm::EpollAlarm() : eps_(NULL), registered_(false) {
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() {
epoll_server.h     [all...]
  /external/chromium_org/net/tools/flip_server/
epoll_server.cc 783 EpollAlarm::EpollAlarm() : eps_(NULL), registered_(false) {
786 EpollAlarm::~EpollAlarm() {
790 int64 EpollAlarm::OnAlarm() {
795 void EpollAlarm::OnRegistration(const EpollServer::AlarmRegToken& token,
804 void EpollAlarm::OnUnregistration() {
808 void EpollAlarm::OnShutdown(EpollServer* eps) {
814 void EpollAlarm::UnregisterIfRegistered() {
epoll_server.h     [all...]

Completed in 54 milliseconds