Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dpt-rwlock-unlock.c51 if (rwlock->__writerqueue) in __pthread_rwlock_unlock()
53 wakeup = rwlock->__writerqueue; in __pthread_rwlock_unlock()
Dpt-rwlock-timedwrlock.c42 assert (rwlock->__writerqueue == 0); in __pthread_rwlock_timedwrlock_internal()
60 __pthread_enqueue (&rwlock->__writerqueue, self); in __pthread_rwlock_timedwrlock_internal()
Dpt-rwlock-trywrlock.c33 assert (rwlock->__writerqueue == 0); in pthread_rwlock_trywrlock()
Dpt-rwlock-tryrdlock.c33 assert (rwlock->__writerqueue == 0); in pthread_rwlock_tryrdlock()
Dpt-rwlock-timedrdlock.c42 assert (rwlock->__writerqueue == 0); in __pthread_rwlock_timedrdlock_internal()
/glibc-2.36/sysdeps/htl/bits/types/
Dstruct___pthread_rwlock.h35 struct __pthread *__writerqueue; member