ffrt_cond_t
typedef struct {...} ffrt_cond_t
Overview
The ffrt_cond_t struct describes a condition variable.
Since: 10
Related module: FFRT
Header file: type_def.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t storage[(ffrt_cond_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)] | Storage size of a condition variable. |