Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c28 static struct k_thread tcp4_handler_thread[CONFIG_NET_SAMPLE_NUM_HANDLERS]; variable
284 &tcp4_handler_thread[slot], in process_tcp()
298 k_thread_name_set(&tcp4_handler_thread[slot], name); in process_tcp()
415 k_thread_access_grant(tcp4_thread_id, &tcp4_handler_thread[i]); in start_tcp()
461 k_thread_abort(&tcp4_handler_thread[i]); in stop_tcp()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c64 static struct k_thread tcp4_handler_thread[CONFIG_NET_SAMPLE_NUM_HANDLERS]; variable
309 &tcp4_handler_thread[slot], in process_tcp()