Searched refs:wr_mtx (Results 1 – 3 of 3) sorted by relevance
560 k_mutex_unlock(&sh->ctx->wr_mtx); in exec_cmd()564 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in exec_cmd()1218 k_mutex_init(&sh->ctx->wr_mtx); in instance_init()1353 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in shell_thread()1356 k_mutex_unlock(&sh->ctx->wr_mtx); in shell_thread()1360 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in shell_thread()1373 k_mutex_unlock(&sh->ctx->wr_mtx); in shell_thread()1444 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in shell_start()1464 k_mutex_unlock(&sh->ctx->wr_mtx); in shell_start()1546 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in shell_vfprintf()[all …]
183 k_mutex_lock(&sh->ctx->wr_mtx, K_FOREVER); in process_log_msg()199 k_mutex_unlock(&sh->ctx->wr_mtx); in process_log_msg()
894 struct k_mutex wr_mtx; member