Searched refs:__writerqueue (Results 1 – 6 of 6) sorted by relevance
51 if (rwlock->__writerqueue) in __pthread_rwlock_unlock()53 wakeup = rwlock->__writerqueue; in __pthread_rwlock_unlock()
42 assert (rwlock->__writerqueue == 0); in __pthread_rwlock_timedwrlock_internal()60 __pthread_enqueue (&rwlock->__writerqueue, self); in __pthread_rwlock_timedwrlock_internal()
33 assert (rwlock->__writerqueue == 0); in pthread_rwlock_trywrlock()
33 assert (rwlock->__writerqueue == 0); in pthread_rwlock_tryrdlock()
42 assert (rwlock->__writerqueue == 0); in __pthread_rwlock_timedrdlock_internal()
35 struct __pthread *__writerqueue; member