Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 2 of 2) sorted by relevance

/test/xts/tools/lite/hctest/include/
Dhctest_internal.h81 Function = 1 << 8, enumerator
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
Dffrtndk.cpp308 struct Function { struct
310 Function(ffrt_function_header_t h, CT&& c) : header(h), closure(std::forward<CT>(c)) {} in Function() function
318 auto f = reinterpret_cast<Function<std::decay_t<T>>*>(t); in ExecFunctionWrapper() argument