Searched refs:context_list_node (Results 1 – 1 of 1) sorted by relevance
142 struct context_list_node { struct143 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…