Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_private.h534 struct pthread_rwlock { struct
535 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;
/trueos/lib/libthr/thread/
HDthr_private.h314 struct pthread_rwlock { struct
315 struct urwlock lock;
316 struct pthread *owner;