Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dpthread_types.h224 struct __pthread_rwlock_st { struct
225 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;