ffrt_function_header_t
Overview
The ffrt_function_header_t struct describes a task execution function.
Related module: FFRT
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. |