Searched refs:ffrt_auto_managed_function_storage_size (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/c/ |
H A D | type_def.h | 104 ffrt_auto_managed_function_storage_size = 64 + sizeof(ffrt_function_header_t), enumerator
|
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/ |
H A D | queue_task.h | 107 uint8_t func_storage[ffrt_auto_managed_function_storage_size];
|
H A D | cpu_task.h | 49 uint8_t func_storage[ffrt_auto_managed_function_storage_size]; // 函数闭包、指针或函数对象
|
/ohos5.0/docs/zh-cn/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 85 const int ffrt_auto_managed_function_storage_size = 64 + sizeof(ffrt_function_header_t); 137 …* ffrt_alloc_auto_managed_function_storage_base申请的内存为ffrt_auto_managed_function_storage_size字节,其生命… 172 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size, 173 "size of function must be less than ffrt_auto_managed_function_storage_size"); 283 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 520 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 651 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1357 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1543 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1665 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ffrt-kit/ |
H A D | type__def_8h.md | 49 …{<br/>[ffrt_task_attr_storage_size](_f_f_r_t.md) = 128, [ffrt_auto_managed_function_storage_size](…
|
H A D | _f_f_r_t.md | 66 …storage_size_t) {<br/>ffrt_task_attr_storage_size = 128, ffrt_auto_managed_function_storage_size =… 296 | ffrt_auto_managed_function_storage_size | 64 + sizeof(ffrt_function_header_t) | 任务执行体 |
|
/ohos5.0/docs/en/application-dev/reference/apis-ffrt-kit/ |
H A D | type__def_8h.md | 49 … {<br>[ffrt_task_attr_storage_size](_f_f_r_t.md) = 128, [ffrt_auto_managed_function_storage_size](…
|
H A D | _f_f_r_t.md | 66 …_storage_size_t) {<br>ffrt_task_attr_storage_size = 128, ffrt_auto_managed_function_storage_size =… 296 | ffrt_auto_managed_function_storage_size | 64 + sizeof(ffrt_function_header_t) | Storage size for …
|
/ohos5.0/foundation/resourceschedule/ffrt/docs/ |
H A D | user_guide.md | 1407 const int ffrt_auto_managed_function_storage_size = 64 + sizeof(ffrt_function_header_t); 1457 …* ffrt_alloc_auto_managed_function_storage_base申请的内存为ffrt_auto_managed_function_storage_size字节,其生命… 1493 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size, 1494 "size of function must be less than ffrt_auto_managed_function_storage_size"); 1604 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1834 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1965 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 2554 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 2754 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 2952 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, [all …]
|
/ohos5.0/docs/en/application-dev/ffrt/ |
H A D | ffrt-development-guideline.md | 85 const int ffrt_auto_managed_function_storage_size = 64 + sizeof(ffrt_function_header_t); 141 …ed_function_storage_base** is of the size specified by **ffrt_auto_managed_function_storage_size**… 176 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size, 177 "size of function must be less than ffrt_auto_managed_function_storage_size"); 286 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 522 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 658 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1365 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1550 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, 1671 FFRT_STATIC_ASSERT(sizeof(c_function) <= ffrt_auto_managed_function_storage_size, [all …]
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | task.h | 341 static_assert(sizeof(function_type) <= ffrt_auto_managed_function_storage_size,
|