Home
last modified time | relevance | path

Searched refs:__pthread_rwlock_rdlock_full64 (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Dpthread_rwlock_rdlock.c26 int result = __pthread_rwlock_rdlock_full64 (rwlock, CLOCK_REALTIME, NULL); in ___pthread_rwlock_rdlock()
A Dpthread_rwlock_timedrdlock.c26 return __pthread_rwlock_rdlock_full64 (rwlock, CLOCK_REALTIME, abstime); in ___pthread_rwlock_timedrdlock64()
A Dpthread_rwlock_clockrdlock.c28 return __pthread_rwlock_rdlock_full64 (rwlock, clockid, abstime); in ___pthread_rwlock_clockrdlock64()
A Dpthread_rwlock_common.c281 __pthread_rwlock_rdlock_full64 (pthread_rwlock_t *rwlock, clockid_t clockid, in __pthread_rwlock_rdlock_full64() function

Completed in 5 milliseconds