RTEMS CPU Kit with SuperCore
4.11.2
|
Constants and Structures Associated with the RWLock Handler. More...
#include <rtems/score/threadq.h>
Go to the source code of this file.
Data Structures | |
struct | CORE_RWLock_Attributes |
The following defines the control block used to manage the attributes of each RWLock. More... | |
struct | CORE_RWLock_Control |
The following defines the control block used to manage each RWLock. More... | |
Enumerations | |
enum | CORE_RWLock_States { CORE_RWLOCK_UNLOCKED, CORE_RWLOCK_LOCKED_FOR_READING, CORE_RWLOCK_LOCKED_FOR_WRITING } |
RWLock State. More... | |
Constants and Structures Associated with the RWLock Handler.
This include file contains all the constants and structures associated with the RWLock Handler.