Searched refs:p_mutex (Results 1 – 2 of 2) sorted by relevance
130 static int mjpegd_cond_timedwait(pthread_cond_t *p_cond, pthread_mutex_t *p_mutex, uint32_t ms);681 int mjpegd_cond_timedwait(pthread_cond_t *p_cond, pthread_mutex_t *p_mutex, uint32_t ms) in mjpegd_cond_timedwait() argument694 rc = pthread_cond_timedwait(p_cond, p_mutex, &ts); in mjpegd_cond_timedwait()
74 pthread_mutex_t *p_mutex, int32_t ms);