Searched refs:worker_stack_size (Results 1 – 6 of 6) sorted by relevance
124 .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()
19 .worker_stack_size(1) in main()
223 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()
169 pub fn worker_stack_size(mut self, stack_size: usize) -> Self {
218 pub fn worker_stack_size(self, stack_size: usize) -> Self { in worker_stack_size() method
23 .worker_stack_size(10)