1# ffrt_dependence_t 2 3<!--Kit: Function Flow Runtime Kit--> 4<!--Subsystem: Resourceschedule--> 5<!--Owner: @chuchihtung; @yanleo--> 6<!--Designer: @geoffrey_guo; @huangyouzhong--> 7<!--Tester: @lotsof; @sunxuhao--> 8<!--Adviser: @foryourself--> 9 10## 概述 11 12依赖数据结构。 13 14**起始版本:** 10 15 16**相关模块:** [FFRT](capi-ffrt.md) 17 18**所在头文件:** [type_def.h](capi-type-def-h.md) 19 20## 汇总 21 22### 成员变量 23 24| 名称 | 描述 | 25|----------------------------------------------------| -- | 26| [ffrt_dependence_type_t](capi-type-def-h.md#ffrt_dependence_type_t) type | 依赖类型 | 27| const void* ptr | 依赖数据地址 | 28 29 30