Searched refs:_lws_plat_service_tsi (Results 1 - 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-service.c | 61 _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 D | freertos-service.c | 30 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 D | network.c | 90 _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 D | unix-service.c | 72 _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 D | service.c | 870 n = _lws_plat_service_tsi(context, timeout_ms, tsi); in lws_service_tsi()
|
H A D | private-lib-core-net.h | 1342 _lws_plat_service_tsi(struct lws_context *context, int timeout_ms, int tsi);
|
Completed in 6 milliseconds