Lines Matching refs:ffrt_function_t
1415 typedef void(*ffrt_function_t)(void*);
1417 ffrt_function_t exec;
1418 ffrt_function_t destroy;
1579 ffrt_function_t func;
1580 ffrt_function_t after_func;
1601 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
1602 const ffrt_function_t after_func, void* arg)
1615 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
1809 ffrt_function_t func;
1810 ffrt_function_t after_func;
1831 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
1832 const ffrt_function_t after_func, void* arg)
1845 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
1878 ffrt_task_handle_t ffrt_submit_h(ffrt_function_t func, void* arg, const ffrt_deps_t* in_deps, const…
1940 ffrt_function_t func;
1941 ffrt_function_t after_func;
1962 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
1963 const ffrt_function_t after_func, void* arg)
1976 static inline ffrt_task_handle_t ffrt_submit_h_c(ffrt_function_t func, const ffrt_function_t after_…
1982 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
2529 ffrt_function_t func;
2530 ffrt_function_t after_func;
2551 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
2552 const ffrt_function_t after_func, void* arg)
2565 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
2729 ffrt_function_t func;
2730 ffrt_function_t after_func;
2751 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
2752 const ffrt_function_t after_func, void* arg)
2765 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
2927 ffrt_function_t func;
2928 ffrt_function_t after_func;
2949 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
2950 const ffrt_function_t after_func, void* arg)
2963 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
3050 ffrt_function_t func;
3051 ffrt_function_t after_func;
3072 static inline ffrt_function_header_t* ffrt_create_function_wrapper(const ffrt_function_t func,
3073 const ffrt_function_t after_func, void* arg)
3086 static inline void ffrt_submit_c(ffrt_function_t func, const ffrt_function_t after_func,
3207 static inline void ffrt_submit(ffrt_function_t func, void* arg, ...)