Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp555 static inline __always_inline int NormalMutexTryLock(pthread_mutex_internal_t* mutex, in NormalMutexTryLock() function
584 if (__predict_true(NormalMutexTryLock(mutex, shared) == 0)) { in NormalMutexLock()
824 if (__predict_true(NonPI::NormalMutexTryLock(mutex, shared) == 0)) { in pthread_mutex_lock()
909 return NonPI::NormalMutexTryLock(mutex, shared); in pthread_mutex_trylock()
970 if (__predict_true(NonPI::NormalMutexTryLock(mutex, shared) == 0)) { in __pthread_mutex_timedlock()