OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
22
class DeleteSessionsAlarm : public
EpollAlarm
{
29
EpollAlarm
::OnAlarm();
quic_time_wait_list_manager.cc
37
class GuidCleanUpAlarm : public
EpollAlarm
{
44
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/epoll_server/
epoll_server.cc
782
EpollAlarm
::
EpollAlarm
() : eps_(NULL), registered_(false) {
785
EpollAlarm
::~
EpollAlarm
() {
789
int64
EpollAlarm
::OnAlarm() {
794
void
EpollAlarm
::OnRegistration(const EpollServer::AlarmRegToken& token,
803
void
EpollAlarm
::OnUnregistration() {
807
void
EpollAlarm
::OnShutdown(EpollServer* eps) {
813
void
EpollAlarm
::UnregisterIfRegistered() {
epoll_server.h
[
all
...]
Completed in 3076 milliseconds