[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 15:52:15 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG11372555850f: [libc] Add a class "Atomic" as a simple equivalent of std::atomic. (authored by sivachandra).
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.411919.patch
Type: text/x-patch
Size: 13989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220228/90ab12a3/attachment-0001.bin>
More information about the libc-commits
mailing list