LazyAtomicPointer is a lock-free pointer that can coordinate concurrent
writes to a pointer using a generator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133714
[ADT] Introduce LazyAtomicPointer ClosedPublic Authored by steven_wu on Sep 12 2022, 10:41 AM.
Details Summary LazyAtomicPointer is a lock-free pointer that can coordinate concurrent
Diff Detail
Event Timelinesteven_wu added a child revision: D133716: [CAS] Add LLVMCAS library with InMemoryCAS implementation.Sep 12 2022, 10:43 AM benlangmuir added inline comments.
This revision is now accepted and ready to land.Sep 15 2022, 12:05 PM steven_wu removed a child revision: D133716: [CAS] Add LLVMCAS library with InMemoryCAS implementation. avl added a child revision: D132548: [WIP][ADT] Utility for comparision of hashtables implementation..Feb 26 2023, 7:45 AM This revision was landed with ongoing or failed builds.Oct 6 2023, 1:55 PM Closed by commit rG5d2a7101b72a: [ADT] Introduce LazyAtomicPointer (authored by steven_wu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 557634 llvm/include/llvm/ADT/LazyAtomicPointer.h
llvm/unittests/ADT/CMakeLists.txt
llvm/unittests/ADT/LazyAtomicPointerTest.cpp
|
Looks like "h " got dropped.