Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/thread/
Dpthread_rwlock_clockwrlock.c27 return __pthread_rwlock_timedwrlock(rw, at); in pthread_rwlock_clockwrlock()
30 return __pthread_rwlock_timedwrlock(rw, at); in pthread_rwlock_clockwrlock()
Dpthread_rwlock_timedwrlock.c18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock() function
44 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
Dpthread_rwlock_timedwrlock_monotonic_np.c24 return __pthread_rwlock_timedwrlock(rw, at); in pthread_rwlock_timedwrlock_monotonic_np()
/third_party/musl/src/thread/
Dpthread_rwlock_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock() function
25 weak_alias(__pthread_rwlock_timedwrlock, pthread_rwlock_timedwrlock);
Dpthread_rwlock_wrlock.c5 return __pthread_rwlock_timedwrlock(rw, 0); in __pthread_rwlock_wrlock()
/third_party/musl/src/include/
Dpthread.h26 hidden int __pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__rest…