[libcxx-commits] [PATCH] D75183: [libcxx] Guard C++20 atomic type aliases

JF Bastien via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 26 10:25:37 PST 2020


jfb added a comment.

Actually: how are your locks implemented to support atomic? You disable interrupts? I think you want to contribute a version of atomic which does this, instead of saying "nothing is lock free, use locks" and then doing all the magic in the locks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75183/new/

https://reviews.llvm.org/D75183





More information about the libcxx-commits mailing list