Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dpt-rwlock-timedrdlock.c29 __pthread_rwlock_timedrdlock_internal (struct __pthread_rwlock *rwlock, in __pthread_rwlock_timedrdlock_internal() function
123 return __pthread_rwlock_timedrdlock_internal (rwlock, CLOCK_REALTIME, abstime); in __pthread_rwlock_timedrdlock()
132 return __pthread_rwlock_timedrdlock_internal (rwlock, clockid, abstime); in weak_alias()
Dpt-rwlock-rdlock.c23 extern int __pthread_rwlock_timedrdlock_internal (struct __pthread_rwlock
33 return __pthread_rwlock_timedrdlock_internal (rwlock, -1, 0); in __pthread_rwlock_rdlock()
/glibc-2.36/ChangeLog.old/
DChangeLog.215906 (__pthread_rwlock_timedrdlock_internal): Modified.
5909 (__pthread_rwlock_timedrdlock_internal): Modified function.
14150 (__pthread_rwlock_timedrdlock_internal): Modified function.
DChangeLog.205916 (__pthread_rwlock_timedrdlock_internal): Modified function.