[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
Sun Feb 27 20:58:02 PST 2022
sivachandra updated this revision to Diff 411733.
sivachandra added a comment.
Add the unit test files which were missed in the previous upload.
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.411733.patch
Type: text/x-patch
Size: 13988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220228/7c28d7cb/attachment-0001.bin>
More information about the libc-commits
mailing list