Home
last modified time | relevance | path

Searched refs:LWS_MAX_SMP (Results 1 - 21 of 21) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-tls.c55 #if LWS_MAX_SMP != 1
128 #if LWS_MAX_SMP != 1 in lws_context_init_ssl_library()
158 #if LWS_MAX_SMP != 1 in lws_context_deinit_ssl_library()
/third_party/libwebsockets/include/
H A Dlws_config.h45 #define LWS_MAX_SMP 1 macro
291 #define LWS_MAX_SMP 1 macro
H A Dlibwebsockets.h315 * operations. In the case LWS_MAX_SMP is 1 (the default), they
319 #if LWS_MAX_SMP > 1
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/
H A Dminimal-ws-client.c192 if (n > LWS_MAX_SMP) in main()
193 n = LWS_MAX_SMP; in main()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h71 #if LWS_MAX_SMP > 1 || defined(LWS_WITH_SYS_SMD)
451 struct lws_context_per_thread pt[LWS_MAX_SMP];
474 #if LWS_MAX_SMP > 1
840 #if LWS_MAX_SMP > 1
H A Dlogs.c369 #if LWS_MAX_SMP == 1 && !defined(LWS_WITH_THREADPOOL) in __lws_logv()
519 #if LWS_MAX_SMP > 1 in lwsl_refcount_cx()
526 #if LWS_MAX_SMP > 1 in lwsl_refcount_cx()
547 #if LWS_MAX_SMP > 1 in lwsl_refcount_cx()
H A Dcontext.c449 if (count_threads > LWS_MAX_SMP) in lws_create_context()
450 count_threads = LWS_MAX_SMP; in lws_create_context()
873 #if LWS_MAX_SMP > 1 in lws_create_context()
1216 #if LWS_MAX_SMP > 1 in lws_create_context()
2199 #if LWS_MAX_SMP > 1 in lws_context_destroy()
H A Dlibwebsockets.c242 #if LWS_MAX_SMP > 1 in lws_pthread_self_to_tsi()
1264 #if LWS_MAX_SMP > 1
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c621 #if LWS_MAX_SMP > 1 in lws_create_vhost()
1110 #if LWS_MAX_SMP > 1
1183 #if LWS_MAX_SMP > 1
1193 #if LWS_MAX_SMP > 1
1240 #if LWS_MAX_SMP > 1
1553 #if LWS_MAX_SMP > 1
1658 #if LWS_MAX_SMP > 1
H A Dprivate-lib-core-net.h281 #if LWS_MAX_SMP > 1
414 #if LWS_MAX_SMP > 1
416 char close_flow_vs_tsi[LWS_MAX_SMP];
884 #if LWS_MAX_SMP > 1
980 #if LWS_MAX_SMP > 1
H A Dservice.c669 #if LWS_MAX_SMP > 1 in lws_service_fd_tsi()
857 #if LWS_MAX_SMP > 1 in lws_service_tsi()
H A Dadopt.c398 #if LWS_MAX_SMP > 1 in lws_adopt_descriptor_vhost2()
458 #if LWS_MAX_SMP > 1 in lws_adopt_descriptor_vhost2()
H A Dwsi.c296 assert(tsi >= 0 && tsi < LWS_MAX_SMP); in __lws_wsi_create_with_role()
857 #if !defined(LWS_PLAT_FREERTOS) && LWS_MAX_SMP > 1 in lws_broadcast()
H A Ddummy-callback.c853 #if LWS_MAX_SMP > 1 in lws_callback_http_dummy()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
H A Dminimal-http-server-smp.c16 * the real number of threads possible is decided by the LWS_MAX_SMP that lws
104 if (info.count_threads < 1 || info.count_threads > LWS_MAX_SMP) in main()
/third_party/libwebsockets/lib/roles/pipe/
H A Dops-pipe.c74 #if LWS_MAX_SMP > 1 in rops_handle_POLLIN_pipe()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-eventlib-exports.h125 #if LWS_MAX_SMP > 1
H A Dlws-logs.h86 #if LWS_MAX_SMP > 1
107 #if LWS_MAX_SMP > 1
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
H A Dminimal-http-server-eventlib-smp.c120 if (info.count_threads < 1 || info.count_threads > LWS_MAX_SMP) in main()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-fds.c84 #if LWS_MAX_SMP > 1 in sanity_assert_no_sockfd_traces()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c258 #if LWS_MAX_SMP > 1 in _lws_vhost_init_server_af()

Completed in 23 milliseconds