Home
last modified time | relevance | path

Searched refs:ws_handler_thread (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c57 static struct k_thread ws_handler_thread[CONFIG_NET_SAMPLE_NUM_WEBSOCKET_HANDLERS]; variable
313 k_thread_create(&ws_handler_thread[slot], in ws_echo_setup()
328 k_thread_name_set(&ws_handler_thread[slot], name); in ws_echo_setup()