Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_mutex.cpp560 static inline __always_inline int NormalMutexTryLock(pthread_mutex_internal_t* mutex, in NormalMutexTryLock() function
589 if (__predict_true(NormalMutexTryLock(mutex, shared) == 0)) { in NormalMutexLock()
829 if (__predict_true(NonPI::NormalMutexTryLock(mutex, shared) == 0)) { in pthread_mutex_lock()
914 return NonPI::NormalMutexTryLock(mutex, shared); in pthread_mutex_trylock()
977 if (__predict_true(NonPI::NormalMutexTryLock(mutex, shared) == 0)) { in __pthread_mutex_timedlock()