ffrt_mutex_t
typedef struct {...} ffrt_mutex_t
Overview
The ffrt_mutex_t struct describes an FFRT mutex.
Since: 10
Related module: FFRT
Header file: type_def.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t storage[(ffrt_mutex_storage_size + sizeof(uint32_t) - 1) / sizeof(uint32_t)] | Storage size of a mutex. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-ffrt-ffrt-rwlockattr-t
openharmony 鸿蒙 capi-ffrt-ffrt-rwlock-t
openharmony 鸿蒙 capi-shared-mutex-h
openharmony 鸿蒙 capi-ffrt-ffrt-queue-attr-t