Home
last modified time | relevance | path

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

/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
Dffrtndk.cpp333 using function_type = Function<std::decay_t<T>>; in create_function_wrapper() typedef
336 …new (p)function_type({ ExecFunctionWrapper<T>, DestroyFunctionWrapper<T>, { 0 } }, std::forward<T>… in create_function_wrapper()