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. | |
| }; | |
Condition variable context structure.
Contains the state and configuration for condition variable operations.