• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ffrt_cond_t
2
3
4## 概述
5
6FFRT条件变量结构。
7
8**起始版本:** 10
9
10**相关模块:** [FFRT](_f_f_r_t.md)
11
12**所在头文件:** [type_def.h](type__def_8h.md)
13
14## 汇总
15
16
17### 成员变量
18
19| 名称 | 描述 |
20| -------- | -------- |
21| uint32_t [storage](#storage) [(ffrt_cond_storage_size+sizeof(uint32_t) - 1)/sizeof(uint32_t)] | FFRT条件变量所占空间。  |
22
23
24## 结构体成员变量说明
25
26
27### storage
28
29```
30uint32_t ffrt_cond_t::storage[(ffrt_cond_storage_size+sizeof(uint32_t) - 1)/sizeof(uint32_t)]
31```
32**描述**
33FFRT条件变量所占空间。
34