Searched refs:__pthread_mutex_lock (Results 1 – 5 of 5) sorted by relevance
3 int __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock() function12 weak_alias(__pthread_mutex_lock, pthread_mutex_lock);
12 hidden int __pthread_mutex_lock(pthread_mutex_t *);
60 #define __pthread_mutex_lock(LOCK) \ macro
372 __pthread_mutex_lock(&spec->regex_lock); in compile_regex()
216 __pthread_mutex_lock(®ex->match_mutex); in regex_match()