harmony 鸿蒙ffrt_function_header_t
ffrt_function_header_t
Overview
The ffrt_function_header_t struct describes a task execution function.
Since: 10
Related module: FFRT
Header file: type_def.h
Summary
Member Variables
Name | Description |
---|---|
ffrt_function_t exec | Function used to execute a task. |
ffrt_function_t destroy | Function used to destroy a task. |
uint64_t reserve [2] | Reserved bit, which must be set to 0. |
Member Variable Description
destroy
ffrt_function_t ffrt_function_header_t::destroy
Description Function used to destroy a task.
exec
ffrt_function_t ffrt_function_header_t::exec
Description Function used to execute a task.
reserve
uint64_t ffrt_function_header_t::reserve[2]
Description Reserved bit, which must be set to 0.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Function Flow Runtime Kit
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦