Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dtask_dispatcher.cpp38 task_accessor::isolation(t) = tls->my_task_dispatcher->m_execute_data_ext.isolation; in spawn()
47 execution_data_ext& ed = tls->my_task_dispatcher->m_execute_data_ext; in spawn()
86 task_accessor::isolation(t) = tls.my_task_dispatcher->m_execute_data_ext.isolation; in submit()
149 return td->my_task_dispatcher->m_execute_data_ext.context; in current_context()
163 task_accessor::isolation(*t) = tls->my_task_dispatcher->m_execute_data_ext.isolation; in execute_and_wait()
H A Darena.cpp617 : m_orig_execute_data_ext(td.my_task_dispatcher->m_execute_data_ext) in nested_arena_context()
647 execution_data_ext& ed_ext = td.my_task_dispatcher->m_execute_data_ext; in nested_arena_context()
681 td.my_task_dispatcher->m_execute_data_ext = m_orig_execute_data_ext; in ~nested_arena_context()
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()
711 ed_ext.task_disp->m_execute_data_ext = orig_execute_data_ext; in execute()
858 isolation_type previous_isolation = dispatcher->m_execute_data_ext.isolation; in isolate_within_arena()
H A Dtask_dispatcher.h115 m_execute_data_ext.context = a->my_default_ctx; in task_dispatcher()
116 m_execute_data_ext.task_disp = this; in task_dispatcher()
254 task_disp.m_execute_data_ext = old_execute_data_ext; in local_wait_for_all()
260 } dl_guard{ *this, m_execute_data_ext, m_properties }; in local_wait_for_all()
275 execution_data_ext& ed = m_execute_data_ext; in local_wait_for_all()
H A Dtask_group_context.cpp118 ctx.my_parent = td->my_task_dispatcher->m_execute_data_ext.context; in bind_to_impl()
180 __TBB_ASSERT(td->my_task_dispatcher->m_execute_data_ext.context != nullptr, nullptr); in bind_to()
182 …if (td->my_task_dispatcher->m_execute_data_ext.context == td->my_arena->my_default_ctx || !ctx.my_… in bind_to()
H A Dscheduler_common.h467 execution_data_ext m_execute_data_ext; in alignas() local
524 isolation_type prev = m_execute_data_ext.isolation; in alignas()
525 m_execute_data_ext.isolation = isolation; in alignas()