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. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-ffrt-ffrt-mutex-t
openharmony 鸿蒙 capi-ffrt-ffrt-rwlockattr-t
openharmony 鸿蒙 capi-ffrt-ffrt-rwlock-t
openharmony 鸿蒙 capi-shared-mutex-h