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