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

  /external/chromium_org/net/tools/quic/test_tools/
mock_epoll_server.h 36 // Note that the WaitForEventsAndExecuteCallbacks invocation
41 WaitForEventsAndExecuteCallbacks();
68 // WaitForEventsAndExecuteCallbacks goes no farther than
75 // As above, except calls WaitForEventsAndExecuteCallbacks.
78 WaitForEventsAndExecuteCallbacks();
  /external/chromium_org/net/tools/quic/
quic_client.cc 258 epoll_server_->WaitForEventsAndExecuteCallbacks();
266 epoll_server_->WaitForEventsAndExecuteCallbacks();
273 epoll_server_->WaitForEventsAndExecuteCallbacks();
quic_server.cc 174 epoll_server_.WaitForEventsAndExecuteCallbacks();
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.cc 185 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 157 milliseconds