Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dpthread_rwlock_clockrdlock.c27 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock()
30 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock()
H A Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock() function
26 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
H A Dpthread_rwlock_rdlock.c5 return __pthread_rwlock_timedrdlock(rw, 0); in __pthread_rwlock_rdlock()
H A Dpthread_rwlock_timedrdlock_monotonic_np.c24 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_timedrdlock_monotonic_np()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_rwlock_clockrdlock.c27 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock()
30 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock()
H A Dpthread_rwlock_timedrdlock.c18 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock() function
41 weak_alias(__pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock)
H A Dpthread_rwlock_timedrdlock_monotonic_np.c24 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_timedrdlock_monotonic_np()
/third_party/musl/porting/linux/user/src/include/
H A Dpthread.h37 hidden int __pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
/third_party/musl/src/include/
H A Dpthread.h23 hidden int __pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);

Completed in 3 milliseconds