OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForEventsAndExecuteCallbacks
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/tools/quic/test_tools/
mock_epoll_server.h
36
// Note that the
WaitForEventsAndExecuteCallbacks
invocation
41
WaitForEventsAndExecuteCallbacks
();
66
//
WaitForEventsAndExecuteCallbacks
goes no farther than
73
// As above, except calls
WaitForEventsAndExecuteCallbacks
.
76
WaitForEventsAndExecuteCallbacks
();
/external/chromium_org/net/tools/quic/
quic_client.cc
214
epoll_server_.
WaitForEventsAndExecuteCallbacks
();
222
epoll_server_.
WaitForEventsAndExecuteCallbacks
();
229
epoll_server_.
WaitForEventsAndExecuteCallbacks
();
quic_server.cc
158
epoll_server_.
WaitForEventsAndExecuteCallbacks
();
/external/chromium/net/tools/flip_server/
acceptor_thread.cc
181
epoll_server_.
WaitForEventsAndExecuteCallbacks
();
epoll_server.h
298
virtual void
WaitForEventsAndExecuteCallbacks
();
424
//
WaitForEventsAndExecuteCallbacks
function call is, to say the least,
427
//
WaitForEventsAndExecuteCallbacks
is not an ancestor of the caller's
429
// However, when
WaitForEventsAndExecuteCallbacks
-is- an ancestor, then
431
//
WaitForEventsAndExecuteCallbacks
function started to process events or
454
//
WaitForEventsAndExecuteCallbacks
() will only return when an event has
457
//
WaitForEventsAndExecuteCallbacks
() will return immediately
459
//
WaitForEventsAndExecuteCallbacks
() will return when an event has
688
// from the
WaitForEventsAndExecuteCallbacks
() function.
696
//
WaitForEventsAndExecuteCallbacks
returns. At all other times, this i
[
all
...]
epoll_server.cc
355
void EpollServer::
WaitForEventsAndExecuteCallbacks
() {
358
"Attempting to call
WaitForEventsAndExecuteCallbacks
"
360
"
WaitForEventsAndExecuteCallbacks
!";
/external/chromium_org/net/tools/flip_server/
acceptor_thread.cc
184
epoll_server_.
WaitForEventsAndExecuteCallbacks
();
/external/chromium_org/net/tools/epoll_server/
epoll_server.h
297
virtual void
WaitForEventsAndExecuteCallbacks
();
423
//
WaitForEventsAndExecuteCallbacks
function call is, to say the least,
426
//
WaitForEventsAndExecuteCallbacks
is not an ancestor of the caller's
428
// However, when
WaitForEventsAndExecuteCallbacks
-is- an ancestor, then
430
//
WaitForEventsAndExecuteCallbacks
function started to process events or
453
//
WaitForEventsAndExecuteCallbacks
() will only return when an event has
456
//
WaitForEventsAndExecuteCallbacks
() will return immediately
458
//
WaitForEventsAndExecuteCallbacks
() will return when an event has
683
// from the
WaitForEventsAndExecuteCallbacks
() function.
691
//
WaitForEventsAndExecuteCallbacks
returns. At all other times, this i
[
all
...]
epoll_server.cc
355
void EpollServer::
WaitForEventsAndExecuteCallbacks
() {
358
"Attempting to call
WaitForEventsAndExecuteCallbacks
"
360
"
WaitForEventsAndExecuteCallbacks
!";
Completed in 953 milliseconds