HomeSort by relevance Sort by last modified time
    Searched defs:OnShutdown (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
337 void OnShutdown(void (*func)()) {
  /external/chromium/net/tools/flip_server/
epoll_server.cc 73 void OnShutdown(EpollServer *eps, int fd) {}
121 cb->OnShutdown(this, fd);
132 // Call OnShutdown() on alarms. Note that the structure of the loop
137 // Note that OnShutdown() can call UnregisterAlarm() on
138 // other iterators. OnShutdown() should not call UnregisterAlarm()
140 i->second->OnShutdown(this);
800 void EpollAlarm::OnShutdown(EpollServer* eps) {
flip_in_mem_edsm_server.cc 849 virtual void OnShutdown(EpollServer* eps, int fd) {
850 Cleanup("OnShutdown");
    [all...]

Completed in 1225 milliseconds