Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/pthread/
Dpthread_cond_var.c84 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait() argument
86 return pthread_cond_timedwait(cv, mut, NULL); in pthread_cond_wait()
89 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *to) in pthread_cond_timedwait() argument
134 pthread_mutex_unlock(mut); in pthread_cond_timedwait()
147 pthread_mutex_lock(mut); in pthread_cond_timedwait()