PatchworkOS
Loading...
Searching...
No Matches
aml_mutex_obj_t Struct Reference

Data for a mutex object. More...

#include <object.h>

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 301 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_mutex_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 303 of file object.h.

◆ mutex

aml_mutex_id_t aml_mutex_obj_t::mutex

◆ syncLevel

aml_sync_level_t aml_mutex_obj_t::syncLevel

Definition at line 304 of file object.h.

Referenced by aml_field_unit_access(), and aml_object_to_string().


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