Home
last modified time | relevance | path

Searched refs:handling_pollout (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/core-net/
Dservice.c72 vwsi->handling_pollout = 1; in lws_handle_POLLOUT_event()
174 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
219 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
233 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
239 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
Dpollfd.c49 if (((volatile struct lws *)wsi)->handling_pollout && in _lws_change_pollfd()
Dprivate-lib-core-net.h861 volatile char handling_pollout; member
/external/libwebsockets/lib/roles/h1/
Dops-h1.c1092 vwsi->handling_pollout = 0;