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

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

Completed in 568 milliseconds