Home
last modified time | relevance | path

Searched refs:worker_stack_size (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_pool.rs124 .worker_stack_size(stack_size) in sdv_async_pool_001()
184 .worker_stack_size(stack_size) in sdv_async_pool_002()
244 .worker_stack_size(stack_size) in sdv_async_pool_003()
304 .worker_stack_size(stack_size) in sdv_async_pool_004()
364 .worker_stack_size(stack_size) in sdv_async_pool_005()
424 .worker_stack_size(stack_size) in sdv_async_pool_006()
484 .worker_stack_size(stack_size) in sdv_async_pool_007()
544 .worker_stack_size(stack_size) in sdv_async_pool_008()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_worker_stack_overflow.rs19 .worker_stack_size(1) in main()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
H A Dmod.rs223 let thread_pool_builder = RuntimeBuilder::new_multi_thread().worker_stack_size(0); in ut_thread_pool_builder_stack_size()
226 let thread_pool_builder = RuntimeBuilder::new_multi_thread().worker_stack_size(1); in ut_thread_pool_builder_stack_size()
H A Dcommon_builder.rs169 pub fn worker_stack_size(mut self, stack_size: usize) -> Self {
H A Dmulti_thread_builder.rs218 pub fn worker_stack_size(self, stack_size: usize) -> Self { in worker_stack_size() method
/ohos5.0/commonlibrary/rust/ylong_runtime/docs/
H A Duser_guide.md23 .worker_stack_size(10)