RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
POSIX_Spinlock_Control Struct Reference

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

#include <spinlock.h>

Collaboration diagram for POSIX_Spinlock_Control:
Collaboration graph
[legend]

Data Fields

Objects_Control Object
 This is used to manage a spinlock as an object. More...
 
CORE_spinlock_Control Spinlock
 This is used to implement the spinlock. More...
 

Detailed Description

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

Field Documentation

◆ Object

Objects_Control POSIX_Spinlock_Control::Object

This is used to manage a spinlock as an object.

Referenced by _POSIX_Spinlock_Free().

◆ Spinlock

CORE_spinlock_Control POSIX_Spinlock_Control::Spinlock

This is used to implement the spinlock.


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