Home
last modified time | relevance | path

Searched defs:pthread_rwlock_internal_t (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_rwlock.cpp157 struct pthread_rwlock_internal_t { struct
158 atomic_int state;
159 atomic_int writer_tid;
161 bool pshared;
162 bool writer_nonrecursive_preferred;
163 uint16_t __pad;
171 Lock pending_lock; // All pending members below are protected by pending_lock.
172 uint32_t pending_reader_count; // Count of pending reader threads.
173 uint32_t pending_writer_count; // Count of pending writer threads.
174 …nt32_t pending_reader_wakeup_serial; // Pending reader threads wait on this address by futex_wait.
[all …]