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

  /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!";

Completed in 24 milliseconds