RTEMS
Public Attributes | List of all members
CORE_mutex_Control Struct Reference

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

#include <coremutex.h>

Public Attributes

Thread_queue_Control Wait_queue
 The thread queue of this mutex. More...
 

Detailed Description

Control block used to manage each mutex.

The following defines the control block used to manage each mutex.

Definition at line 56 of file coremutex.h.

Member Data Documentation

◆ Wait_queue

Thread_queue_Control CORE_mutex_Control::Wait_queue

The thread queue of this mutex.

The owner of the thread queue indicates the mutex owner.

Definition at line 62 of file coremutex.h.


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