Searched defs:Function (Results 1 – 2 of 2) sorted by relevance
81 Function = 1 << 8, enumerator
308 struct Function { struct310 Function(ffrt_function_header_t h, CT&& c) : header(h), closure(std::forward<CT>(c)) {} in Function() function318 auto f = reinterpret_cast<Function<std::decay_t<T>>*>(t); in ExecFunctionWrapper() argument