Home
last modified time | relevance | path

Searched refs:__pthread_mutex_lock (Results 1 – 10 of 10) 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/porting/linux/user/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/selinux/libselinux/src/
Dcallbacks.h37 __pthread_mutex_lock(&log_mutex); \
Dregex.c203 __pthread_mutex_lock(&key_mutex); in match_data_thread_free()
233 __pthread_mutex_lock(&key_mutex); in regex_match()
298 __pthread_mutex_lock(&key_mutex); in regex_data_create()
Dselinux_internal.h67 #define __pthread_mutex_lock(LOCK) \ macro
Dlabel_file.h372 __pthread_mutex_lock(&spec->regex_lock); in compile_regex()
Dselinux_restorecon.c444 __pthread_mutex_lock(&fl_mutex); in filespec_add()
685 __pthread_mutex_lock(&progress_mutex); in restorecon_sb()
/third_party/musl/porting/linux/user/src/include/
Dpthread.h12 hidden int __pthread_mutex_lock(pthread_mutex_t *);
/third_party/musl/src/include/
Dpthread.h12 hidden int __pthread_mutex_lock(pthread_mutex_t *);
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs188 __pthread_mutex_lock: u64,
2128 __pthread_mutex_lock: 0,