Searched refs:__pthread_rwlock_trywrlock (Results 1 – 1 of 1) sorted by relevance
347 static inline __always_inline int __pthread_rwlock_trywrlock(pthread_rwlock_internal_t* rwlock) { in __pthread_rwlock_trywrlock() function367 int result = __pthread_rwlock_trywrlock(rwlock); in __pthread_rwlock_timedwrlock()451 if (__predict_true(__pthread_rwlock_trywrlock(rwlock) == 0)) { in pthread_rwlock_wrlock()483 return __pthread_rwlock_trywrlock(__get_internal_rwlock(rwlock_interface)); in pthread_rwlock_trywrlock()