Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_rwlock.cpp348 static inline __always_inline int __pthread_rwlock_trywrlock(pthread_rwlock_internal_t* rwlock) { in __pthread_rwlock_trywrlock() function
369 int result = __pthread_rwlock_trywrlock(rwlock); in __pthread_rwlock_timedwrlock()
434 if (__predict_true(__pthread_rwlock_trywrlock(rwlock) == 0)) { in pthread_rwlock_wrlock()
447 return __pthread_rwlock_trywrlock(__get_internal_rwlock(rwlock_interface)); in pthread_rwlock_trywrlock()