mirror of
https://gitee.com/openharmony/resourceschedule_ffrt
synced 2024-12-02 10:26:58 +00:00
api10
Signed-off-by: wanghuachen <513239407@qq.com>
This commit is contained in:
parent
0676eb4b83
commit
dff50a39b5
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user