Home
last modified time | relevance | path

Searched refs:inside_poll (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c149 vpt->inside_poll = 1; in _lws_plat_service_tsi()
152 vpt->inside_poll = 0; in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c150 vpt->inside_poll = 1; in _lws_plat_service_tsi()
153 vpt->inside_poll = 0; in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/event-libs/poll/
Dpoll.c42 return vpt->inside_poll; in elops_foreign_thread_poll()
/third_party/libwebsockets/lib/core-net/
Dpollfd.c96 if (vpt->inside_poll) { in _lws_change_pollfd()
Dprivate-lib-core-net.h378 volatile unsigned char inside_poll; member