Searched refs:__pthread_mutex_unlock (Results 1 – 8 of 8) sorted by relevance
3 int __pthread_mutex_unlock(pthread_mutex_t *m) in __pthread_mutex_unlock() function45 weak_alias(__pthread_mutex_unlock, pthread_mutex_unlock);
3 int __pthread_mutex_unlock(pthread_mutex_t *m) in __pthread_mutex_unlock() function52 weak_alias(__pthread_mutex_unlock, pthread_mutex_unlock);
9 return __pthread_mutex_unlock((pthread_mutex_t *)mtx); in mtx_unlock()
95 __pthread_mutex_unlock(m); in __pthread_cond_timedwait()
384 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()395 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()416 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()428 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()
66 #define __pthread_mutex_unlock(LOCK) \ macro
220 __pthread_mutex_unlock(®ex->match_mutex); in regex_match()
16 hidden int __pthread_mutex_unlock(pthread_mutex_t *);