Home
last modified time | relevance | path

Searched refs:__pthread_mutex_unlock (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_unlock.c3 int __pthread_mutex_unlock(pthread_mutex_t *m) in __pthread_mutex_unlock() function
45 weak_alias(__pthread_mutex_unlock, pthread_mutex_unlock);
/third_party/musl/src/thread/
Dpthread_mutex_unlock.c3 int __pthread_mutex_unlock(pthread_mutex_t *m) in __pthread_mutex_unlock() function
63 weak_alias(__pthread_mutex_unlock, pthread_mutex_unlock);
Dmtx_unlock.c9 return __pthread_mutex_unlock((pthread_mutex_t *)mtx); in mtx_unlock()
Dpthread_cond_timedwait.c95 __pthread_mutex_unlock(m); in __pthread_cond_timedwait()
/third_party/selinux/libselinux/src/
Dlabel_file.h384 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()
395 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()
416 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()
428 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()
Dcallbacks.h39 __pthread_mutex_unlock(&log_mutex); \
Dregex.c208 __pthread_mutex_unlock(&key_mutex); in match_data_thread_free()
235 __pthread_mutex_unlock(&key_mutex); in regex_match()
304 __pthread_mutex_unlock(&key_mutex); in regex_data_create()
Dselinux_internal.h73 #define __pthread_mutex_unlock(LOCK) \ macro
Dselinux_restorecon.c481 __pthread_mutex_unlock(&fl_mutex); in filespec_add()
508 __pthread_mutex_unlock(&fl_mutex); in filespec_add()
516 __pthread_mutex_unlock(&fl_mutex); in filespec_add()
520 __pthread_mutex_unlock(&fl_mutex); in filespec_add()
698 __pthread_mutex_unlock(&progress_mutex); in restorecon_sb()
/third_party/musl/porting/linux/user/src/include/
Dpthread.h16 hidden int __pthread_mutex_unlock(pthread_mutex_t *);
/third_party/musl/src/include/
Dpthread.h16 hidden int __pthread_mutex_unlock(pthread_mutex_t *);
/third_party/musl/porting/linux/user/src/thread/
Dpthread_cond_timedwait.c95 __pthread_mutex_unlock(m); in __pthread_cond_timedwait()