19 #ifndef _RTEMS_SCORE_CORERWLOCK_H 20 #define _RTEMS_SCORE_CORERWLOCK_H The following defines the control block used to manage each RWLock.
Definition: corerwlock.h:67
Thread_queue_Control Wait_queue
This field is the Waiting Queue used to manage the set of tasks which are blocked waiting for the RWL...
Definition: corerwlock.h:71
This indicates the the RWLock is not currently locked.
Definition: corerwlock.h:44
CORE_RWLock_States current_state
This element is the current state of the RWLock.
Definition: corerwlock.h:78
int XXX
This field indicates XXX.
Definition: corerwlock.h:60
This is the structure used to manage sets of tasks which are blocked waiting to acquire a resource...
Definition: threadq.h:171
Constants and Structures Needed to Declare a Thread Queue.
The following defines the control block used to manage the attributes of each RWLock.
Definition: corerwlock.h:57
CORE_RWLock_States
RWLock State.
Definition: corerwlock.h:41
uint32_t number_of_readers
This element contains the current number of thread waiting for this RWLock to be released.
Definition: corerwlock.h:81
CORE_RWLock_Attributes Attributes
This element is the set of attributes which define this instance's behavior.
Definition: corerwlock.h:75
This indicates the the RWLock is currently locked for reading.
Definition: corerwlock.h:47
This indicates the the RWLock is currently locked for reading.
Definition: corerwlock.h:50