Signed-off-by: wanghuachen <513239407@qq.com>
This commit is contained in:
wanghuachen 2023-09-08 12:34:47 +08:00
parent 0676eb4b83
commit dff50a39b5

View File

@ -178,11 +178,6 @@ FFRT_C_API void ffrt_submit_base(ffrt_function_header_t* f, const ffrt_deps_t* i
FFRT_C_API ffrt_task_handle_t ffrt_submit_h_base(ffrt_function_header_t* f, const ffrt_deps_t* in_deps,
const ffrt_deps_t* out_deps, const ffrt_task_attr_t* attr);
// skip task
FFRT_C_API int ffrt_skip(ffrt_task_handle_t handle);
// wait
/**
* @brief Destroys a task handle.
*