Home
last modified time | relevance | path

Searched refs:in_wait_for_events_and_execute_callbacks_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/tools/epoll_server/
Depoll_server.cc89 in_wait_for_events_and_execute_callbacks_(false), in EpollServer()
356 if (in_wait_for_events_and_execute_callbacks_) { in WaitForEventsAndExecuteCallbacks()
365 TrueFalseGuard recursion_guard(&in_wait_for_events_and_execute_callbacks_); in WaitForEventsAndExecuteCallbacks()
Depoll_server.h965 bool in_wait_for_events_and_execute_callbacks_; variable