Searched refs:lws_service_tsi (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-service.h | 55 * lws_service_tsi() - Service any pending websocket activity 65 lws_service_tsi(struct lws_context *context, int timeout_ms, int tsi); 149 * you can call lws_service_tsi() with a timeout of -1 to only service 156 #define lws_plat_service_tsi lws_service_tsi
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
H A D | minimal-http-server-smp.c | 59 while (lws_service_tsi(context, 10000, in thread_service()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
H A D | minimal-ws-server.c | 92 while (lws_service_tsi(context, 1000, in thread_service()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/ |
H A D | minimal-http-server-eventlib-smp.c | 57 while (lws_service_tsi(context, 10000, in thread_service()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
H A D | minimal-ws-server.c | 103 * The call to lws_service_tsi just starts the related event loop in thread_service() 105 while (lws_service_tsi(context, 0, in thread_service()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | service.c | 847 lws_service_tsi(struct lws_context *context, int timeout_ms, int tsi) in lws_service_tsi() function
|
/third_party/libwebsockets/test-apps/ |
H A D | test-server.c | 713 lws_service_tsi(context, -1, 0); in main()
|
Completed in 7 milliseconds