Home
last modified time | relevance | path

Searched refs:ffrt_submit_h_base (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dtask.h489 return ffrt_submit_h_base(create_function_wrapper(std::move(func)), nullptr, nullptr, &attr);
507 return ffrt_submit_h_base(create_function_wrapper(std::move(func)), &in, nullptr, &attr);
527 return ffrt_submit_h_base(create_function_wrapper(std::move(func)), &in, &out, &attr);
545 return ffrt_submit_h_base(create_function_wrapper(std::move(func)), &in, nullptr, &attr);
565 return ffrt_submit_h_base(create_function_wrapper(std::move(func)), &in, &out, &attr);
580 return ffrt_submit_h_base(create_function_wrapper(func), nullptr, nullptr, &attr);
598 return ffrt_submit_h_base(create_function_wrapper(func), &in, nullptr, &attr);
618 return ffrt_submit_h_base(create_function_wrapper(func), &in, &out, &attr);
636 return ffrt_submit_h_base(create_function_wrapper(func), &in, nullptr, &attr);
656 return ffrt_submit_h_base(create_function_wrappe
[all...]
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_dependency.cpp73 ffrt_submit_h_base(nullptr, nullptr, nullptr, nullptr); in HWTEST_F()
116 ffrt_submit_h_base(nullptr, nullptr, nullptr, nullptr); in HWTEST_F()
143 ffrt_submit_h_base(nullptr, nullptr, nullptr, nullptr); in HWTEST_F()
H A Dut_core.cpp224 ffrt_task_handle_t handle = ffrt_submit_h_base(ffrt::create_function_wrapper(OnePlusFunc), {}, {}, &taskAttr); in HWTEST_F()
/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dtask.h228 FFRT_C_API ffrt_task_handle_t ffrt_submit_h_base(ffrt_function_header_t* f, const ffrt_deps_t* in_deps,
/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp307 ffrt_task_handle_t ffrt_submit_h_base(ffrt_function_header_t *f, const ffrt_deps_t *in_deps, in ffrt_submit_h_base() function

Completed in 4 milliseconds