RTEMS  5.1
Data Fields
CORE_mutex_Control Struct Reference

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

#include <coremutex.h>

Data Fields

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.

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


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