Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds