Home
last modified time | relevance | path

Searched refs:__pthread_mutex_lock (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/thread/
Dpthread_mutex_lock.c3 int __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock() function
12 weak_alias(__pthread_mutex_lock, pthread_mutex_lock);
/third_party/musl/src/include/
Dpthread.h12 hidden int __pthread_mutex_lock(pthread_mutex_t *);
/third_party/selinux/libselinux/src/
Dselinux_internal.h60 #define __pthread_mutex_lock(LOCK) \ macro
Dlabel_file.h372 __pthread_mutex_lock(&spec->regex_lock); in compile_regex()
Dregex.c216 __pthread_mutex_lock(&regex->match_mutex); in regex_match()