Searched refs:mut (Results 1 – 1 of 1) sorted by relevance
84 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait() argument86 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() argument134 pthread_mutex_unlock(mut); in pthread_cond_timedwait()147 pthread_mutex_lock(mut); in pthread_cond_timedwait()