summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/CPP/atomic_test.cpp
AgeCommit message (Expand)Author
2025-03-25[libc] Add support for C++20 'atomic_ref' type (#132302)Joseph Huber
2024-12-08[libc] fix 32bit riscv atomic tests (#119087)Schrodinger ZHU Yifan
2024-12-06[libc][CPP] clean up and generalize atomic implementation (#118996)Schrodinger ZHU Yifan
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-04[libc] Enable running libc unit tests on NVPTXJoseph Huber
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-02-28[libc] Add a class "Atomic" as a simple equivalent of std::atomic.Siva Chandra Reddy