Searched defs:pthread_rwlock (Results 1 – 2 of 2) sorted by relevance
534 struct pthread_rwlock { struct535 pthread_mutex_t lock; /* monitor lock */536 pthread_cond_t read_signal;537 pthread_cond_t write_signal;538 int state; /* 0 = idle >0 = # of readers -1 = writer */539 int blocked_writers;
314 struct pthread_rwlock { struct315 struct urwlock lock;316 struct pthread *owner;