Searched refs:__pthread_rwlock_timedrdlock (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/src/thread/ |
H A D | pthread_rwlock_clockrdlock.c | 27 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock() 30 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock()
|
H A D | pthread_rwlock_timedrdlock.c | 3 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 D | pthread_rwlock_rdlock.c | 5 return __pthread_rwlock_timedrdlock(rw, 0); in __pthread_rwlock_rdlock()
|
H A D | pthread_rwlock_timedrdlock_monotonic_np.c | 24 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_timedrdlock_monotonic_np()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_rwlock_clockrdlock.c | 27 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock() 30 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_clockrdlock()
|
H A D | pthread_rwlock_timedrdlock.c | 18 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 D | pthread_rwlock_timedrdlock_monotonic_np.c | 24 return __pthread_rwlock_timedrdlock(rw, at); in pthread_rwlock_timedrdlock_monotonic_np()
|
/third_party/musl/porting/linux/user/src/include/ |
H A D | pthread.h | 37 hidden int __pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
|
/third_party/musl/src/include/ |
H A D | pthread.h | 23 hidden int __pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
|
Completed in 3 milliseconds