Home
last modified time | relevance | path

Searched defs:tree_node (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dpartitioner.h133 struct tree_node : public node { struct
137 tree_node(node* parent, int ref_count, small_object_allocator& alloc) in tree_node() argument
145 std::atomic<bool> &flag = static_cast<tree_node*>(t.my_parent)->m_child_stolen; in mark_task_stolen() argument
155 return static_cast<tree_node*>(t.my_parent)->m_child_stolen.load(std::memory_order_relaxed); in is_peer_stolen() argument