Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c561 k_mutex_unlock(&sh->ctx->wr_mtx); in exec_cmd()
565 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in exec_cmd()
1223 k_mutex_init(&sh->ctx->wr_mtx); in instance_init()
1358 if (k_mutex_lock(&sh->ctx->wr_mtx, K_MSEC(SHELL_TX_MTX_TIMEOUT_MS)) != 0) { in shell_thread()
1363 k_mutex_unlock(&sh->ctx->wr_mtx); in shell_thread()
1367 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in shell_thread()
1380 k_mutex_unlock(&sh->ctx->wr_mtx); in shell_thread()
1451 if (k_mutex_lock(&sh->ctx->wr_mtx, K_MSEC(SHELL_TX_MTX_TIMEOUT_MS)) != 0) { in shell_start()
1473 k_mutex_unlock(&sh->ctx->wr_mtx); in shell_start()
1555 if (k_mutex_lock(&sh->ctx->wr_mtx, K_MSEC(SHELL_TX_MTX_TIMEOUT_MS)) != 0) { in shell_vfprintf()
[all …]
Dshell_log_backend.c184 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in process_log_msg()
200 k_mutex_unlock(&sh->ctx->wr_mtx); in process_log_msg()
/Zephyr-latest/include/zephyr/shell/
Dshell.h894 struct k_mutex wr_mtx; member