Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp275 static inline __always_inline int __pthread_normal_mutex_trylock(pthread_mutex_internal_t* mutex, in __pthread_normal_mutex_trylock() function
304 if (__predict_true(__pthread_normal_mutex_trylock(mutex, shared) == 0)) { in __pthread_normal_mutex_lock()
517 if (__predict_true(__pthread_normal_mutex_trylock(mutex, shared) == 0)) { in pthread_mutex_lock()
586 return __pthread_normal_mutex_trylock(mutex, shared); in pthread_mutex_trylock()