Home
last modified time | relevance | path

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

/nptl/
A Dpthread_rwlock_timedwrlock.c26 return __pthread_rwlock_wrlock_full64 (rwlock, CLOCK_REALTIME, abstime); in ___pthread_rwlock_timedwrlock64()
A Dpthread_rwlock_wrlock.c26 int result = __pthread_rwlock_wrlock_full64 (rwlock, CLOCK_REALTIME, NULL); in ___pthread_rwlock_wrlock()
A Dpthread_rwlock_clockwrlock.c28 return __pthread_rwlock_wrlock_full64 (rwlock, clockid, abstime); in ___pthread_rwlock_clockwrlock64()
A Dpthread_rwlock_common.c588 __pthread_rwlock_wrlock_full64 (pthread_rwlock_t *rwlock, clockid_t clockid, in __pthread_rwlock_wrlock_full64() function

Completed in 5 milliseconds