Lines Matching refs:ed_ext
647 execution_data_ext& ed_ext = td.my_task_dispatcher->m_execute_data_ext; in nested_arena_context() local
648 ed_ext.context = td.my_arena->my_default_ctx; in nested_arena_context()
649 ed_ext.original_slot = td.my_arena_index; in nested_arena_context()
650 ed_ext.affinity_slot = d1::no_slot; in nested_arena_context()
651 ed_ext.task_disp = td.my_task_dispatcher; in nested_arena_context()
652 ed_ext.isolation = no_isolation; in nested_arena_context()
700 const execution_data_ext& ed_ext = static_cast<const execution_data_ext&>(ed); in execute() local
701 execution_data_ext orig_execute_data_ext = ed_ext.task_disp->m_execute_data_ext; in execute()
702 __TBB_ASSERT(&ed_ext.task_disp->m_execute_data_ext == &ed, in execute()
704 __TBB_ASSERT(ed_ext.task_disp->m_execute_data_ext.isolation == no_isolation, nullptr); in execute()
706 …ed_ext.task_disp->m_execute_data_ext.context = ed_ext.task_disp->get_thread_data().my_arena->my_de… in execute()
707 bool fifo_task_allowed = ed_ext.task_disp->allow_fifo_task(true); in execute()
711 ed_ext.task_disp->m_execute_data_ext = orig_execute_data_ext; in execute()
712 ed_ext.task_disp->allow_fifo_task(fifo_task_allowed); in execute()