Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_pool.rs120 let stack_size = 10; in sdv_async_pool_001() localVariable
180 let stack_size = 20; in sdv_async_pool_002() localVariable
240 let stack_size = 10; in sdv_async_pool_003() localVariable
300 let stack_size = 20; in sdv_async_pool_004() localVariable
360 let stack_size = 10; in sdv_async_pool_005() localVariable
420 let stack_size = 20; in sdv_async_pool_006() localVariable
480 let stack_size = 10; in sdv_async_pool_007() localVariable
540 let stack_size = 20; in sdv_async_pool_008() localVariable
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco2_context.c122 …it_context(struct co2_context* ctx, void (*func)(void*), void* arg, void* stack, size_t stack_size) in co2_init_context()
H A Dco_routine_factory.cpp20 CoRoutine *CoRoutineAllocMem(std::size_t stack_size) in CoRoutineAllocMem()
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dtask.h162 inline task_attr& stack_size(uint64_t size) in stack_size() function
175 inline uint64_t stack_size() const in stack_size() function
744 static inline ffrt_error_t set_worker_stack_size(qos qos_, size_t stack_size) in set_worker_stack_size()
/ohos5.0/docs/zh-cn/device-dev/reference/kernel/cmsis/
H A Dos_thread_attr__t.md121 ### stack_size subsection
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dtask_base.h67 uint64_t stack_size = STACK_SIZE; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
H A Dmulti_thread_builder.rs208 let stack_size = match stack_size { in stack_size_by_qos() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs121 stack_size: Option<usize>, field
H A Dasync_pool.rs382 stack_size: Option<usize>, field