Searched defs:stack_size (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | co_context.h | 113 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 D | rml_thread_monitor.h | 141 …_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 D | thread_dispatcher.cpp | 24 …d_dispatcher::thread_dispatcher(threading_control& tc, unsigned hard_limit, std::size_t stack_size) in thread_dispatcher()
|
| H A D | task_dispatcher.cpp | 236 void task_dispatcher::init_suspend_point(arena* a, std::size_t stack_size) { in init_suspend_point()
|
| H A D | governor.cpp | 136 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 D | task_dispatcher.h | 94 inline suspend_point_type::suspend_point_type(arena* a, size_t stack_size, task_dispatcher& task_di… in suspend_point_type()
|
| H A D | threading_control.cpp | 78 …stack_size_type stack_size = global_control_active_value_unsafe(global_control::thread_stack_size); in make_thread_dispatcher() local
|
| H A D | scheduler_common.h | 568 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 D | ipc_server.cpp | 77 …dle_type ipc_thread_monitor::launch(void* (*thread_routine)(void*), void* arg, size_t stack_size) { in launch()
|