Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_telnet.h64 bool output_lock; member
Dshell_websocket.h61 bool output_lock; member
/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c43 ws->output_lock = false; in ws_end_client_connection()
281 if (ws->fds[0].fd < 0 || ws->output_lock) { in sh_write()
Dshell_telnet.c56 sh_telnet->output_lock = false; in telnet_end_client_connection()
164 sh_telnet->output_lock = true; in telnet_reply_command()
676 if (sh_telnet->fds[SOCK_ID_CLIENT].fd < 0 || sh_telnet->output_lock) { in telnet_write()