Searched defs:__pthread_rwlock_st (Results 1 – 1 of 1) sorted by relevance
224 struct __pthread_rwlock_st { struct225 unsigned int ptr_magic;228 __pthread_spin_t ptr_interlock;230 pthread_queue_t ptr_rblocked;231 pthread_queue_t ptr_wblocked;232 unsigned int ptr_nreaders;233 __pthread_volatile pthread_t ptr_owner;234 void *ptr_private;