Home
last modified time | relevance | path

Searched refs:__is_mutex_destroyed (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_mutex_destroy.c10 if (__is_mutex_destroyed(type)) in pthread_mutex_destroy()
H A Dpthread_mutex_unlock.c22 if (__is_mutex_destroyed(m->_m_type)) in __pthread_mutex_unlock()
H A Dpthread_mutex_trylock.c21 if (__is_mutex_destroyed(m->_m_type)) in __pthread_mutex_trylock_owner()
/third_party/musl/src/internal/
H A Dpthread_impl.h259 static inline int __is_mutex_destroyed(int mutex_type) in __is_mutex_destroyed() function

Completed in 2 milliseconds