Home
last modified time | relevance | path

Searched refs:ffrt_function_t (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ffrt/
H A Dffrt-development-guideline.md95 ffrt_function_t exec;
96 ffrt_function_t destroy;
258 ffrt_function_t func;
294 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
495 ffrt_function_t func;
531 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
626 ffrt_function_t func;
668 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
1332 ffrt_function_t func;
1518 ffrt_function_t func;
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dtype_def.h81 typedef void(*ffrt_function_t)(void*); typedef
89 ffrt_function_t exec;
91 ffrt_function_t destroy;
/ohos5.0/foundation/resourceschedule/ffrt/docs/
H A Duser_guide.md1417 ffrt_function_t exec;
1418 ffrt_function_t destroy;
1579 ffrt_function_t func;
1615 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
1809 ffrt_function_t func;
1845 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
1940 ffrt_function_t func;
2529 ffrt_function_t func;
2729 ffrt_function_t func;
2927 ffrt_function_t func;
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ffrt-kit/
H A Dffrt__function__header__t.md18 | [ffrt_function_t](_f_f_r_t.md#类型定义) [exec](_f_f_r_t.md#exec) | 任务执行函数 |
19 | [ffrt_function_t](_f_f_r_t.md#类型定义) [destroy](_f_f_r_t.md#destroy) | 任务销毁函数 |
H A D_f_f_r_t.md52 | typedef void(\*ffrt_function_t ) (void\*) | 任务执行函数指针类型。 |
141 | ffrt_function_t[ffrt_function_header_t::exec](#exec) | 任务执行函数 |
142 | ffrt_function_t[ffrt_function_header_t::destroy](#destroy) | 任务销毁函数 |
1614 ffrt_function_t ffrt_function_header_t::destroy
1625 ffrt_function_t ffrt_function_header_t::exec
H A Dtype__def_8h.md36 | typedef void(\*[ffrt_function_t](_f_f_r_t.md)) (void\* ) | 任务执行函数指针类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/
H A Dffrt__function__header__t.md18 | [ffrt_function_t](_f_f_r_t.md#types) [exec](_f_f_r_t.md#exec)| Function used to execute a task.|
19 | [ffrt_function_t](_f_f_r_t.md#types) [destroy](_f_f_r_t.md#destroy)| Function used to destroy a t…
H A Dtype__def_8h.md36 | typedef void(\*[ffrt_function_t](_f_f_r_t.md)) (void\* ) | Defines the type of the pointer to a t…
H A D_f_f_r_t.md52 | typedef void(\*ffrt_function_t ) (void\*) | Defines the type of the pointer to a task execution f…
141 | ffrt_function_t[ffrt_function_header_t::exec](#exec) | Function used to execute a task.|
142 | ffrt_function_t[ffrt_function_header_t::destroy](#destroy) | Function used to destroy a task.|
1614 ffrt_function_t ffrt_function_header_t::destroy
1625 ffrt_function_t ffrt_function_header_t::exec
/ohos5.0/docs/en/application-dev/ffrt/
H A Dffrt-development-guideline.md95 ffrt_function_t exec;
96 ffrt_function_t destroy;
261 ffrt_function_t func;
297 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
497 ffrt_function_t func;
533 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
633 ffrt_function_t func;
675 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
1340 ffrt_function_t func;
1525 ffrt_function_t func;
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask_io.h30 ffrt_function_t destroy;
H A Dtask_io.cpp71 void ffrt_submit_coroutine(void* co, ffrt_coroutine_ptr_t exec, ffrt_function_t destroy, const ffrt…
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dexecutor_task.h57 FFRT_C_API void ffrt_submit_coroutine(void* co, ffrt_coroutine_ptr_t exec, ffrt_function_t destroy,