25 #ifndef _RTEMS_POSIX_RWLOCK_H 26 #define _RTEMS_POSIX_RWLOCK_H Constants and Structures Associated with the Object Handler.
The following defines the control block used to manage each RWLock.
Definition: corerwlock.h:67
The following defines the Object Control Block used to manage each object local to this node...
Definition: object.h:232
This type defines the control block used to manage each RWLock.
Definition: rwlock.h:49
CORE_RWLock_Control RWLock
This is used to implement the RWLock.
Definition: rwlock.h:53
Objects_Control Object
This is used to manage a RWLock as an object.
Definition: rwlock.h:51
Constants and Structures Associated with the RWLock Handler.