Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dtask_group.h142 struct context_list_node { struct
143 std::atomic<context_list_node*> prev{};
144 std::atomic<context_list_node*> next{};
236 …static_assert(sizeof(intrusive_list_node) == sizeof(context_list_node), "To preserve backward comp…