Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthread_dispatcher.h54 std::size_t worker_stack_size() const;
59 std::size_t min_stack_size () const override { return worker_stack_size(); } in min_stack_size()
H A Dthreading_control.cpp153 std::size_t threading_control_impl::worker_stack_size() { in worker_stack_size() function in tbb::detail::r1::threading_control_impl
154 return my_thread_dispatcher->worker_stack_size(); in worker_stack_size()
379 std::size_t threading_control::worker_stack_size() { in worker_stack_size() function in tbb::detail::r1::threading_control
380 return my_pimpl->worker_stack_size(); in worker_stack_size()
H A Dthreading_control.h68 std::size_t worker_stack_size();
115 std::size_t worker_stack_size();
H A Dtask.cpp86 …task_disp->init_suspend_point(td.my_arena, td.my_arena->my_threading_control->worker_stack_size()); in create_coroutine()
H A Dthread_dispatcher.cpp200 std::size_t thread_dispatcher::worker_stack_size() const { return my_stack_size; } in worker_stack_size() function in tbb::detail::r1::thread_dispatcher
H A Dgovernor.cpp201 stack_size = a.my_threading_control->worker_stack_size(); in init_external_thread()
H A Darena.cpp185 …ng_threshold(reinterpret_cast<std::uintptr_t>(&anchor), my_threading_control->worker_stack_size()); in calculate_stealing_threshold()