Searched refs:__pthread_rwlock_timedwrlock (Results 1 – 6 of 6) sorted by relevance
27 return __pthread_rwlock_timedwrlock(rw, at); in pthread_rwlock_clockwrlock()30 return __pthread_rwlock_timedwrlock(rw, at); in pthread_rwlock_clockwrlock()
18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock() function44 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
24 return __pthread_rwlock_timedwrlock(rw, at); in pthread_rwlock_timedwrlock_monotonic_np()
3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock() function25 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
5 return __pthread_rwlock_timedwrlock(rw, 0); in __pthread_rwlock_wrlock()
26 hidden int __pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__rest…