• 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
13## 汇总
14
15
16### 成员变量
17
18| 名称 | 描述 |
19| -------- | -------- |
20| uint32_t [storage](#storage) [([ffrt_cond_storage_size](_f_f_r_t.md)+sizeof(uint32_t) - 1)/sizeof(uint32_t)] | FFRT条件变量所占空间  |
21
22
23## 结构体成员变量说明
24
25
26### storage
27
28```
29uint32_t ffrt_cond_t::storage[(ffrt_cond_storage_size+sizeof(uint32_t) - 1)/sizeof(uint32_t)]
30```
31**描述**
32FFRT条件变量所占空间
33