OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnUnregistration
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/tools/flip_server/
acceptor_thread.h
55
virtual void
OnUnregistration
(int fd, bool replaced) {}
output_ordering.h
60
virtual void
OnUnregistration
();
output_ordering.cc
59
OnUnregistration
();
74
void OutputOrdering::BeginOutputtingAlarm::
OnUnregistration
() {
79
OnUnregistration
();
sm_connection.h
88
virtual void
OnUnregistration
(int fd, bool replaced);
epoll_server.cc
75
void
OnUnregistration
(int, bool) {} // COV_NF_LINE
203
other_cb->
OnUnregistration
(fd, true);
285
cb->
OnUnregistration
(fd, false);
480
cb->
OnUnregistration
();
814
void EpollAlarm::
OnUnregistration
() {
epoll_server.h
102
virtual void
OnUnregistration
(int fd, bool replaced) = 0;
106
//
OnUnregistration
because the subclass may want to clean up memory.
107
// This is called in leiu of
OnUnregistration
.
154
//
OnUnregistration
() function is called like so:
155
//
OnUnregistration
(fd, true);
[
all
...]
sm_connection.cc
235
void SMConnection::
OnUnregistration
(int fd, bool replaced) {
Completed in 112 milliseconds