Home
last modified time | relevance | path

Searched defs:__pthread_mutex_lock (Results 1 – 3 of 3) 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
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_lock.c3 int __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock() function
/third_party/selinux/libselinux/src/
Dselinux_internal.h60 #define __pthread_mutex_lock(LOCK) \ macro