Searched refs:mutex_unlock_common (Results 1 – 1 of 1) sorted by relevance
69 static inline int mutex_unlock_common(pthread_mutex_t *, int);681 return (mutex_unlock_common(mutex, /* add reference */ 0)); in pthread_mutex_unlock()687 return (mutex_unlock_common(mutex, /* add reference */ 1)); in _mutex_cv_unlock()767 mutex_unlock_common(pthread_mutex_t * mutex, int add_reference) in mutex_unlock_common() function