Home
last modified time | relevance | path

Searched refs:__pthread_mutex_unlock (Results 1 – 8 of 8) 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
52 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()
Dselinux_internal.h66 #define __pthread_mutex_unlock(LOCK) \ macro
Dregex.c220 __pthread_mutex_unlock(&regex->match_mutex); in regex_match()
/third_party/musl/src/include/
Dpthread.h16 hidden int __pthread_mutex_unlock(pthread_mutex_t *);