Lines Matching refs:task_disp
72 thread_data* td = ed_ext.task_disp->m_thread_data; in execute()
82 r1::resume(ed_ext.task_disp->get_suspend_point()); in execute()
86 …ed_ext.task_disp->m_thread_data->set_post_resume_action(task_dispatcher::post_resume_action::notif… in execute()
87 ed_ext.task_disp->get_suspend_point()); in execute()
90 ed_ext.task_disp->resume(m_target); in execute()
94 …ine suspend_point_type::suspend_point_type(arena* a, size_t stack_size, task_dispatcher& task_disp) in suspend_point_type() argument
97 , m_co_context(stack_size, &task_disp) in suspend_point_type()
98 , m_resume_task(task_disp) in suspend_point_type()
106 … task_group_context_impl::bind_to(*task_accessor::context(m_resume_task), task_disp.m_thread_data); in suspend_point_type()
116 m_execute_data_ext.task_disp = this; in task_dispatcher()
249 task_dispatcher& task_disp; in local_wait_for_all() member
254 task_disp.m_execute_data_ext = old_execute_data_ext; in local_wait_for_all()
255 task_disp.m_properties = old_properties; in local_wait_for_all()
257 …__TBB_ASSERT(task_disp.m_thread_data && governor::is_thread_data_set(task_disp.m_thread_data), nul… in local_wait_for_all()
258 __TBB_ASSERT(task_disp.m_thread_data->my_task_dispatcher == &task_disp, nullptr); in local_wait_for_all()
279 ed.task_disp = this; in local_wait_for_all()
445 ed.affinity_slot = ed.task_disp->m_thread_data->my_arena_index; in get_mailbox_task()