RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
POSIX_RWLock_Control Struct Reference

This type defines the control block used to manage each RWLock. More...

#include <rwlock.h>

Collaboration diagram for POSIX_RWLock_Control:
Collaboration graph
[legend]

Data Fields

Objects_Control Object
 This is used to manage a RWLock as an object. More...
 
CORE_RWLock_Control RWLock
 This is used to implement the RWLock. More...
 

Detailed Description

This type defines the control block used to manage each RWLock.

Field Documentation

◆ Object

Objects_Control POSIX_RWLock_Control::Object

This is used to manage a RWLock as an object.

◆ RWLock

CORE_RWLock_Control POSIX_RWLock_Control::RWLock

This is used to implement the RWLock.


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