Searched defs:pthread_rwlock_internal_t (Results 1 – 1 of 1) sorted by relevance
158 struct pthread_rwlock_internal_t { struct159 atomic_int state;160 atomic_int writer_tid;162 bool pshared;163 bool writer_nonrecursive_preferred;164 uint16_t __pad;172 Lock pending_lock; // All pending members below are protected by pending_lock.173 uint32_t pending_reader_count; // Count of pending reader threads.174 uint32_t pending_writer_count; // Count of pending writer threads.175 …nt32_t pending_reader_wakeup_serial; // Pending reader threads wait on this address by futex_wait.[all …]