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