objc

Data Fields
sys_cond_t Struct Reference

Condition variable context structure. More...

#include <runtime-sys/sys.h>

Data Fields

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

Detailed Description

Condition variable context structure.

Contains the state and configuration for condition variable operations.

Definition at line 85 of file sync.h.


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