Home
last modified time | relevance | path

Searched refs:_lws_plat_service_tsi (Results 1 - 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c61 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() function
186 return _lws_plat_service_tsi(context, timeout_ms, 0); in lws_plat_service()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-service.c30 int n = _lws_plat_service_tsi(context, timeout_ms, 0); in lws_plat_service()
41 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() function
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c90 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() function
194 return _lws_plat_service_tsi(context, timeout_ms, 0); in lws_plat_service()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c72 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in _lws_plat_service_tsi() function
235 return _lws_plat_service_tsi(context, timeout_ms, 0); in lws_plat_service()
/third_party/libwebsockets/lib/core-net/
H A Dservice.c870 n = _lws_plat_service_tsi(context, timeout_ms, tsi); in lws_service_tsi()
H A Dprivate-lib-core-net.h1342 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi);

Completed in 6 milliseconds