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

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

Completed in 50 milliseconds