PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_mutex_t Struct Reference

Data for a mutex object. More...

#include <object.h>

Collaboration diagram for aml_mutex_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_sync_level_t syncLevel
 
aml_mutex_id_t mutex
 

Detailed Description

Data for a mutex object.

Definition at line 323 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_mutex_t::AML_OBJECT_COMMON_HEADER

Definition at line 325 of file object.h.

◆ syncLevel

aml_sync_level_t aml_mutex_t::syncLevel

Definition at line 326 of file object.h.

◆ mutex

aml_mutex_id_t aml_mutex_t::mutex

Definition at line 327 of file object.h.


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