Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_server/src/
Decho-server.c34 static bool want_to_quit; variable
94 if (want_to_quit) { in event_handler()
96 want_to_quit = false; in event_handler()
206 want_to_quit = true; in cmd_sample_quit()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c80 static bool want_to_quit; variable
107 if (want_to_quit) { in event_handler()
109 want_to_quit = false; in event_handler()
237 want_to_quit = true; in client_conn_handler()
241 want_to_quit = true; in client_conn_handler()
354 while (ret == 0 || !want_to_quit) { in process_tcp4()
380 while (ret == 0 || !want_to_quit) { in process_tcp6()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c63 static bool want_to_quit; variable
78 if (want_to_quit) { in event_handler()
80 want_to_quit = false; in event_handler()
503 want_to_quit = true; in cmd_sample_quit()