• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ffrt_mutexattr_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| long [storage](#storage) | FFRT锁属性所占空间。  |
22
23
24## 结构体成员变量说明
25
26
27### storage
28
29```
30long ffrt_mutexattr_t::storage
31```
32**描述**
33FFRT锁属性所占空间。
34