Home
last modified time | relevance | path

Searched defs:__pthread_mutex_unlock (Results 1 – 3 of 3) 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
/third_party/musl/src/thread/
Dpthread_mutex_unlock.c3 int __pthread_mutex_unlock(pthread_mutex_t *m) in __pthread_mutex_unlock() function
/third_party/selinux/libselinux/src/
Dselinux_internal.h66 #define __pthread_mutex_unlock(LOCK) \ macro