Home
last modified time | relevance | path

Searched defs:__pthread_mutex_lock (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_mutex_lock.c3 int __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock() function
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_mutex_lock.c3 int __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock() function
/aosp_15_r20/external/selinux/libselinux/src/
H A Dselinux_internal.h69 #define __pthread_mutex_lock(LOCK) \ macro