Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dco_context.h113 co_context(std::size_t stack_size, void* arg) in co_context()
206 inline void create_coroutine(coroutine_type& c, std::size_t stack_size, void* arg) { in create_coroutine()
279 inline void create_coroutine(coroutine_type& c, std::size_t stack_size, void* arg) { in create_coroutine()
307 inline void create_coroutine(coroutine_type& c, std::size_t stack_size, void* arg) { in create_coroutine()
H A Drml_thread_monitor.h141 …_monitor::launch( thread_routine_type thread_routine, void* arg, std::size_t stack_size, const std… in launch()
187 …_type thread_monitor::launch( void* (*thread_routine)(void*), void* arg, std::size_t stack_size ) { in launch()
H A Dthread_dispatcher.cpp24 …d_dispatcher::thread_dispatcher(threading_control& tc, unsigned hard_limit, std::size_t stack_size) in thread_dispatcher()
H A Dtask_dispatcher.cpp236 void task_dispatcher::init_suspend_point(arena* a, std::size_t stack_size) { in init_suspend_point()
H A Dgovernor.cpp136 static std::uintptr_t get_stack_base(std::size_t stack_size) { in get_stack_base()
193 std::size_t stack_size = 0; in init_external_thread() local
H A Dtask_dispatcher.h94 inline suspend_point_type::suspend_point_type(arena* a, size_t stack_size, task_dispatcher& task_di… in suspend_point_type()
H A Dthreading_control.cpp78 …stack_size_type stack_size = global_control_active_value_unsafe(global_control::thread_stack_size); in make_thread_dispatcher() local
H A Dscheduler_common.h568 inline std::uintptr_t calculate_stealing_threshold(std::uintptr_t base, std::size_t stack_size) { in calculate_stealing_threshold()
/oneTBB/python/rml/
H A Dipc_server.cpp77 …dle_type ipc_thread_monitor::launch(void* (*thread_routine)(void*), void* arg, size_t stack_size) { in launch()