Home
last modified time | relevance | path

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

/test/xts/acts/resourceschedule/resourceschedule_standard/ffrtndktest/entry/src/main/cpp/
Dffrtndktest.cpp58 using function_type = function<std::decay_t<T>>; in create_function_wrapper() typedef
61 auto f = new (p)function_type; in create_function_wrapper()
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
Dffrtndk.cpp349 using function_type = Function<std::decay_t<T>>; in create_function_wrapper() typedef
351 auto f = new (p)function_type; in create_function_wrapper()