Home
last modified time | relevance | path

Searched refs:create_function_wrapper (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
Dffrtndk.cpp346 static inline ffrt_function_header_t* create_function_wrapper(T&& func, in create_function_wrapper() function
378 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 …]
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrtndktest/entry/src/main/cpp/
Dffrtndktest.cpp55 inline ffrt_function_header_t* create_function_wrapper(T&& func, in create_function_wrapper() function
71 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()