Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h50 …base_task(const base_task& t) : m_type(t.m_type), m_parent(t.m_parent), m_child_counter(t.m_child_… in base_task()
56 task_type type_snapshot = m_type; in operator()
66 if (m_type == task_type::allocated) { in operator()
71 m_type = type_snapshot; in operator()
118 m_type = task_type::recycled; in recycle_as_child_of()
123 m_type = task_type::recycled; in recycle_as_continuation()
141 mutable task_type m_type; variable
153 obj.m_type = task_type::stack_based; in create_child_impl()
161 obj->m_type = task_type::allocated; in allocate_child_impl()
180 m_type = base_task::task_type::allocated;
[all …]
/oneTBB/test/common/
H A Ddoctest.h1670 String m_type; // for templated test cases - gets appended to the real name
4362 m_type = type;
4375 m_type = other.m_type;
4389 m_full_name = String(m_name) + "<" + m_type + ">";