Home
last modified time | relevance | path

Searched refs:calculate_stealing_threshold (Results 1 – 5 of 5) sorted by relevance

/oneTBB/src/tbb/
H A Darena.cpp183 std::uintptr_t arena::calculate_stealing_threshold() { in calculate_stealing_threshold() function in tbb::detail::r1::arena
185 …return r1::calculate_stealing_threshold(reinterpret_cast<std::uintptr_t>(&anchor), my_threading_co… in calculate_stealing_threshold()
210 tls.enter_task_dispatcher(task_disp, calculate_stealing_threshold()); in process()
H A Dtask_dispatcher.cpp198 …ask_disp.set_stealing_threshold(task_disp.m_thread_data->my_arena->calculate_stealing_threshold()); in co_local_wait_for_all()
H A Darena.h374 std::uintptr_t calculate_stealing_threshold();
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() function
H A Dgovernor.cpp204 td.enter_task_dispatcher(task_disp, calculate_stealing_threshold(stack_base, stack_size)); in init_external_thread()