Searched refs:my_stack_size (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | co_context.h | 89 coroutine_type() : my_context(), my_stack(), my_stack_size() {} 92 std::size_t my_stack_size; 322 c.my_stack_size = page_aligned_stack_size; in create_coroutine() 330 c.my_context.uc_stack.ss_size = c.my_stack_size; in create_coroutine() 356 … munmap((void*)((std::uintptr_t)c.my_stack - REG_PAGE_SIZE), c.my_stack_size + 2 * REG_PAGE_SIZE); in destroy_coroutine() 359 c.my_stack_size = 0; in destroy_coroutine()
|
| H A D | private_server.cpp | 128 const std::size_t my_stack_size; member in tbb::detail::r1::rml::private_server 300 … my_handle = thread_monitor::launch(thread_routine, this, my_server.my_stack_size, &worker_idx); in wake_or_launch() 305 my_handle = thread_monitor::launch(thread_routine, this, my_server.my_stack_size); in wake_or_launch() 330 my_stack_size(client.min_stack_size()), in private_server()
|
| H A D | thread_dispatcher.cpp | 27 , my_stack_size(stack_size) in thread_dispatcher() 200 std::size_t thread_dispatcher::worker_stack_size() const { return my_stack_size; } in worker_stack_size()
|
| H A D | thread_dispatcher.h | 92 std::size_t my_stack_size{0};
|
| /oneTBB/python/rml/ |
| H A D | ipc_server.cpp | 364 const size_t my_stack_size; member in tbb::detail::rml::ipc_server 592 …my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size, &this->my_i… in wake_or_launch() 597 my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size ); in wake_or_launch() 692 …my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size, &this->my_i… in wake_or_launch() 697 my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size ); in wake_or_launch() 779 …my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size, &this->my_i… in wake_or_launch() 784 my_handle = ipc_thread_monitor::launch( thread_routine, this, my_server.my_stack_size ); in wake_or_launch() 825 my_stack_size( client.min_stack_size() ), in ipc_server()
|