摘要: constexpr size_t maxHazardPointers = 100;struct HazardPointer{ std::atomic id; std::atomic pointer;};array hazardPointers;class Hazard... 阅读全文
posted @ 2015-10-03 16:18 wu_overflow 阅读(692) 评论(1) 推荐(0) 编辑