Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Dmutex.c146 int got_mutex = z_pend_curr(&lock, key, &mutex->wait_q, timeout); in z_impl_k_mutex_lock() local
148 LOG_DBG("on mutex %p got_mutex value: %d", mutex, got_mutex); in z_impl_k_mutex_lock()
151 got_mutex ? 'y' : 'n'); in z_impl_k_mutex_lock()
153 if (got_mutex == 0) { in z_impl_k_mutex_lock()