__pthread_rwlock_waiter_node_t Struct Reference

Internal structure that stores one waiting thread. More...

Detailed Description

Internal structure that stores one waiting thread.

Definition at line 62 of file pthread_rwlock.h.

#include <pthread_rwlock.h>

Data Fields

bool is_writer
 false: reader; true: writer
 
thread_tthread
 waiting thread
 
priority_queue_node_t qnode
 Node to store in pthread_rwlock_t::queue.
 
bool continue_
 This is not a spurious wakeup.
 

The documentation for this struct was generated from the following file: