Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthread_dispatcher.cpp25 : my_threading_control(tc) in thread_dispatcher()
203 my_threading_control.destroy(); in acknowledge_close_connection()
213 my_threading_control.register_thread(*td); in create_one_job()
218 my_threading_control.unregister_thread(static_cast<thread_data&>(j)); in cleanup()
H A Dthread_dispatcher.h82 threading_control& my_threading_control; variable
H A Darena.cpp140 threading_control* tc = my_threading_control; in on_thread_leaving()
185 …ate_stealing_threshold(reinterpret_cast<std::uintptr_t>(&anchor), my_threading_control->worker_sta… in calculate_stealing_threshold()
253 my_threading_control = control; in arena()
348 my_threading_control->adjust_demand(my_tc_client, mandatory_delta, workers_delta); in request_workers()
440 return my_threading_control->get_waiting_threads_monitor(); in get_waiting_threads_monitor()
H A Dgovernor.cpp201 stack_size = a.my_threading_control->worker_stack_size(); in init_external_thread()
231 threading_control* thr_control = a->my_threading_control; in auto_terminate()
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 Darena.h240 threading_control* my_threading_control; member
H A Dtask_group_context.cpp235 …governor::get_thread_data()->my_arena->my_threading_control->propagate_task_group_state(&d1::task_… in cancel_group_execution()