Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dtask.h340 using function_type = function<std::decay_t<T>>; variable
341 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,
345 auto f = new (p)function_type;
/ohos5.0/docs/zh-cn/application-dev/ffrt/
H A Dffrt-development-guideline.md171 using function_type = function<std::decay_t<T>>;
172 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,
176 auto f = new (p) function_type(
916 using function_type = Function<std::decay_t<T>>;
918 auto f = new (p)function_type;
2374 using function_type = Function<std::decay_t<T>>;
2376 auto f = new (p)function_type;
/ohos5.0/docs/en/application-dev/ffrt/
H A Dffrt-development-guideline.md175 using function_type = function<std::decay_t<T>>;
176 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,
180 auto f = new (p) function_type(
922 using function_type = Function<std::decay_t<T>>;
924 auto f = new (p)function_type;
2380 using function_type = Function<std::decay_t<T>>;
2382 auto f = new (p)function_type;
/ohos5.0/foundation/resourceschedule/ffrt/docs/
H A Duser_guide.md1492 using function_type = function<std::decay_t<T>>;
1493 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,
1497 auto f = new (p) function_type(