Home
last modified time | relevance | path

Searched refs:__pthread_mutex_lock (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/linux/user/src/thread/
H A 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/thread/
H A Dpthread_mutex_lock.c6 int __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock() function
19 weak_alias(__pthread_mutex_lock, pthread_mutex_lock);
/third_party/selinux/libselinux/src/
H A Dcallbacks.h37 __pthread_mutex_lock(&log_mutex); \
H A 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()
H A Dselinux_internal.h67 #define __pthread_mutex_lock(LOCK) \ macro
H A Dlabel_file.h372 __pthread_mutex_lock(&spec->regex_lock); in compile_regex()
H A Dselinux_restorecon.c445 __pthread_mutex_lock(&fl_mutex); in filespec_add()
714 __pthread_mutex_lock(&progress_mutex); in restorecon_sb()
/third_party/musl/porting/linux/user/src/include/
H A Dpthread.h26 hidden int __pthread_mutex_lock(pthread_mutex_t *);
/third_party/musl/src/include/
H A Dpthread.h12 hidden int __pthread_mutex_lock(pthread_mutex_t *);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs188 __pthread_mutex_lock: u64,
2128 __pthread_mutex_lock: 0,

Completed in 19 milliseconds