• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ffrt_function_header_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_function_t](capi-type-def-h.md#ffrt_function_t) exec | 任务执行函数 |
27| [ffrt_function_t](capi-type-def-h.md#ffrt_function_t) destroy | 任务销毁函数 |
28| uint64_t reserve[2] | 保留位需要设置为0 |
29
30
31