Searched refs:__pthread_mutex_unlock (Results 1 – 12 of 12) 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() function63 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()
39 __pthread_mutex_unlock(&log_mutex); \
208 __pthread_mutex_unlock(&key_mutex); in match_data_thread_free()235 __pthread_mutex_unlock(&key_mutex); in regex_match()304 __pthread_mutex_unlock(&key_mutex); in regex_data_create()
73 #define __pthread_mutex_unlock(LOCK) \ macro
481 __pthread_mutex_unlock(&fl_mutex); in filespec_add()508 __pthread_mutex_unlock(&fl_mutex); in filespec_add()516 __pthread_mutex_unlock(&fl_mutex); in filespec_add()520 __pthread_mutex_unlock(&fl_mutex); in filespec_add()698 __pthread_mutex_unlock(&progress_mutex); in restorecon_sb()
16 hidden int __pthread_mutex_unlock(pthread_mutex_t *);