Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
H A Dminimal-http-server-smp.c123 lwsl_notice(" Service threads: %d\n", lws_get_count_threads(context)); in main()
127 for (n = 0; n < lws_get_count_threads(context); n++) in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dminimal-ws-server.c115 lws_get_count_threads(context)); in system_notify_cb()
119 for (started = 1; started < lws_get_count_threads(context); in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
H A Dminimal-http-server-eventlib-smp.c153 lwsl_notice(" Service threads: %d\n", lws_get_count_threads(context)); in main()
157 for (n = 0; n < lws_get_count_threads(context); n++) in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A Dminimal-ws-server.c178 actual_threads = lws_get_count_threads(context); in main()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h516 * lws_get_count_threads(): how many service threads the context uses
525 lws_get_count_threads(struct lws_context *context);
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c305 lws_get_count_threads(struct lws_context *context) in lws_get_count_threads() function

Completed in 5 milliseconds