Searched refs:NormalMutexTryLock (Results 1 – 1 of 1) sorted by relevance
560 static inline __always_inline int NormalMutexTryLock(pthread_mutex_internal_t* mutex, in NormalMutexTryLock() function589 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()