Internal structure that stores one waiting thread. More...
Internal structure that stores one waiting thread.
Definition at line 61 of file pthread_rwlock.h.
#include <pthread_rwlock.h>
Data Fields | |
| bool | is_writer |
false: reader; true: writer | |
| thread_t * | thread |
| waiting thread | |
| priority_queue_node_t | qnode |
Node to store in pthread_rwlock_t::queue. | |
| bool | continue_ |
| This is not a spurious wakeup. | |