mutex_t Struct Reference

Mutex structure. More...

Detailed Description

Mutex structure.

Must never be modified by the user.

Definition at line 120 of file mutex.h.

#include <mutex.h>

Data Fields

list_node_t queue
 The process waiting queue of the mutex. More...
 

Field Documentation

◆ queue

list_node_t mutex_t::queue

The process waiting queue of the mutex.

Must never be changed by the user.

Definition at line 126 of file mutex.h.


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