Searched refs:create_function_wrapper (Results 1 – 2 of 2) sorted by relevance
346 static inline ffrt_function_header_t* create_function_wrapper(T&& func, in create_function_wrapper() function378 ffrt_function_header_t* ffrt_func1 = create_function_wrapper((FfrtFunc1)); in ConditionVariableTest001()381 ffrt_function_header_t* ffrt_func2 = create_function_wrapper((FfrtFunc2)); in ConditionVariableTest001()417 ffrt_function_header_t* ffrt_func1 = create_function_wrapper((FfrtFunc1)); in ConditionVariableTest002()420 ffrt_function_header_t* ffrt_func3 = create_function_wrapper((FfrtFunc3)); in ConditionVariableTest002()456 ffrt_function_header_t* ffrt_func1 = create_function_wrapper((FfrtFunc1)); in ConditionVariableTest003()459 ffrt_function_header_t* ffrt_func2 = create_function_wrapper((FfrtFunc2)); in ConditionVariableTest003()462 ffrt_function_header_t* ffrt_func3 = create_function_wrapper((FfrtFunc3)); in ConditionVariableTest003()498 ffrt_function_header_t* ffrt_func1 = create_function_wrapper((FfrtFunc1)); in ConditionVariableTest004()501 ffrt_function_header_t* ffrt_func2 = create_function_wrapper((FfrtFunc2)); in ConditionVariableTest004()[all …]
55 inline ffrt_function_header_t* create_function_wrapper(T&& func, in create_function_wrapper() function71 ffrt_submit_base(create_function_wrapper(GetPidFunc), nullptr, nullptr, nullptr); in FfrtThisTaskGetId()82 ffrt_submit_base(create_function_wrapper(UpdateQosFunc), nullptr, nullptr, nullptr); in FfrtThisTaskUpdateQos()