Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dservice.c71 vwsi->handling_pollout = 1; in lws_handle_POLLOUT_event()
174 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
221 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
235 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
241 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
Dpollfd.c48 if (((volatile struct lws *)wsi)->handling_pollout && in _lws_change_pollfd()
Dprivate-lib-core-net.h882 volatile char handling_pollout; member