objc

Data Fields
sys_mutex_t Struct Reference

Mutex context structure. More...

#include <runtime-sys/sys.h>

Data Fields

bool init
 Indicates if the mutex is initialized.
 
union {
   uint8_t   ctx [SYS_MUTEX_CTX_SIZE]
 Embedded buffer for platform-specific data.
 
   uint64_t   align
 Force 8-byte alignment.
 
}; 
 

Detailed Description

Mutex context structure.

Contains the state and configuration for mutex operations.

Definition at line 69 of file sync.h.


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