Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp794 static inline __always_inline bool IsMutexDestroyed(uint16_t mutex_state) { in IsMutexDestroyed() function
836 if (__predict_false(IsMutexDestroyed(old_state))) { in pthread_mutex_lock()
865 if (__predict_false(IsMutexDestroyed(old_state))) { in pthread_mutex_unlock()
914 if (__predict_false(IsMutexDestroyed(old_state))) { in pthread_mutex_trylock()
977 if (__predict_false(IsMutexDestroyed(old_state))) { in __pthread_mutex_timedlock()
1002 if (IsMutexDestroyed(old_state)) { in pthread_mutex_clocklock()
1013 if (__predict_false(IsMutexDestroyed(old_state))) { in pthread_mutex_destroy()