RTEMS
Public Attributes | List of all members
API_Mutex_Control Struct Reference

Control block used to manage each API mutex. More...

#include <apimutex.h>

Public Attributes

struct _Mutex_recursive_Control Mutex
 
Thread_Life_state previous_thread_life_state
 The thread life protection state before the outer-most mutex obtain.
 

Detailed Description

Control block used to manage each API mutex.

Definition at line 42 of file apimutex.h.

Member Data Documentation

◆ Mutex

struct _Mutex_recursive_Control API_Mutex_Control::Mutex

A recursive mutex.

Definition at line 46 of file apimutex.h.


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