ffrt_mutex_t
Overview
The ffrt_mutex_t struct describes an FFRT mutex.
Related module: FFRT
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t storage[(ffrt_mutex_storage_size + sizeof(uint32_t) - 1)/sizeof(uint32_t)] | Storage size of a mutex. |
The ffrt_mutex_t struct describes an FFRT mutex.
Related module: FFRT
| Name | Description |
|---|---|
| uint32_t storage[(ffrt_mutex_storage_size + sizeof(uint32_t) - 1)/sizeof(uint32_t)] | Storage size of a mutex. |