Home
last modified time | relevance | path

Searched refs:__readerqueue (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dpt-rwlock-unlock.c65 if (rwlock->__readerqueue) in __pthread_rwlock_unlock()
69 __pthread_queue_iterate (rwlock->__readerqueue, wakeup) in __pthread_rwlock_unlock()
76 __pthread_dequeuing_iterate (rwlock->__readerqueue, wakeup) in __pthread_rwlock_unlock()
80 rwlock->__readerqueue = 0; in __pthread_rwlock_unlock()
Dpt-rwlock-timedrdlock.c41 assert (rwlock->__readerqueue == 0); in __pthread_rwlock_timedrdlock_internal()
54 assert (rwlock->__readerqueue == 0); in __pthread_rwlock_timedrdlock_internal()
74 __pthread_enqueue (&rwlock->__readerqueue, self); in __pthread_rwlock_timedrdlock_internal()
Dpt-rwlock-tryrdlock.c32 assert (rwlock->__readerqueue == 0); in pthread_rwlock_tryrdlock()
44 assert (rwlock->__readerqueue == 0); in pthread_rwlock_tryrdlock()
Dpt-rwlock-trywrlock.c32 assert (rwlock->__readerqueue == 0); in pthread_rwlock_trywrlock()
Dpt-rwlock-timedwrlock.c41 assert (rwlock->__readerqueue == 0); in __pthread_rwlock_timedwrlock_internal()
/glibc-2.36/sysdeps/htl/bits/types/
Dstruct___pthread_rwlock.h34 struct __pthread *__readerqueue; member