[libc-commits] [PATCH] D120642: [libc] Add a class "Atomic" as a simple equivalent of std::atomic.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 28 10:34:06 PST 2022


sivachandra updated this revision to Diff 411840.
sivachandra added a comment.

Fix typo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120642

Files:
  libc/include/__llvm-libc-common.h
  libc/include/llvm-libc-types/cnd_t.h
  libc/include/llvm-libc-types/mtx_t.h
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/atomic.h
  libc/src/threads/linux/CMakeLists.txt
  libc/src/threads/linux/CndVar.h
  libc/src/threads/linux/Mutex.h
  libc/test/src/__support/CPP/CMakeLists.txt
  libc/test/src/__support/CPP/atomic_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120642.411840.patch
Type: text/x-patch
Size: 13989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220228/30af9e44/attachment-0001.bin>


More information about the libc-commits mailing list