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