Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c1680 static const size_t mtx_timeout_ms = 20; in shell_prompt_change() local
1683 if (k_mutex_lock(&sh->ctx->wr_mtx, K_MSEC(mtx_timeout_ms))) { in shell_prompt_change()