RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Enumerations
corerwlock.h File Reference

Constants and Structures Associated with the RWLock Handler. More...

#include <rtems/score/threadq.h>
Include dependency graph for corerwlock.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Constants and Structures Associated with the RWLock Handler.

This include file contains all the constants and structures associated with the RWLock Handler.