Home
last modified time | relevance | path

Searched refs:enter_task_dispatcher (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dthread_data.h138 void enter_task_dispatcher(task_dispatcher& task_disp, std::uintptr_t stealing_threshold);
229 inline void thread_data::enter_task_dispatcher(task_dispatcher& task_disp, std::uintptr_t stealing_… in enter_task_dispatcher() function
H A Darena.cpp210 tls.enter_task_dispatcher(task_disp, calculate_stealing_threshold()); in process()
629 … td.enter_task_dispatcher(task_disp, m_orig_execute_data_ext.task_disp->m_stealing_threshold); in nested_arena_context()
H A Dgovernor.cpp204 td.enter_task_dispatcher(task_disp, calculate_stealing_threshold(stack_base, stack_size)); in init_external_thread()