Searched refs:mutex_unlock_common (Results 1 – 1 of 1) sorted by relevance
77 static int mutex_unlock_common(struct pthread_mutex *, bool, int *);783 return (mutex_unlock_common(mp, false, NULL)); in _thr_mutex_unlock()806 (void)mutex_unlock_common(m, true, defer); in _mutex_cv_unlock()952 mutex_unlock_common(struct pthread_mutex *m, bool cv, int *mtx_defer) in mutex_unlock_common() function