1# ffrt_cond_t
2
3
4## Overview
5
6The **ffrt_cond_t** struct describes a condition variable.
7
8**Related module**: [FFRT](_f_f_r_t.md)
9
10
11## Summary
12
13
14### Member Variables
15
16| Name| Description|
17| -------- | -------- |
18| uint32_t [storage](_f_f_r_t.md#storage-16)[([ffrt_cond_storage_size](_f_f_r_t.md#enums) + sizeof(uint32_t) - 1)/sizeof(uint32_t)] | Storage size of a condition variable.|
19