RTEMS
5.0.0
|
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... | |
Control block used to manage each mutex.
The following defines the control block used to manage each mutex.
Thread_queue_Control CORE_mutex_Control::Wait_queue |
The thread queue of this mutex.
The owner of the thread queue indicates the mutex owner.