- Double-Checked Locking is Fixed In C++11 (2013) https://preshing.com/20130930/double-checked-locking-is-fixed-in-cpp11/ 47 comments cpp
- What rules has Rust currently for access to memory in concurrent threads? http://preshing.com/20130930/double-checked-locking-is-fixed-in-cpp11/ 15 comments rust
- Double-Checked Locking Is Fixed In C++11 http://preshing.com/20130930/double-checked-locking-is-fixed-in-cpp11/ 11 comments cpp
Linking pages
- C++ On Embedded Systems http://bitbashing.io/embedded-cpp.html 136 comments
- So, singletons are evil; what to do then? – M. Cihan ÖZER http://www.mcihanozer.com/tips/design-patterns/so-singletons-are-evil-what-to-do-then/ 61 comments
- Lazy initialisation in C++ and Multi-threading - C++ Stories https://www.bfilipek.com/2019/11/lazyinit-multithreading.html 19 comments
- The Purpose of memory_order_consume in C++11 https://preshing.com/20140709/the-purpose-of-memory_order_consume-in-cpp11/ 9 comments
- A Resizable Concurrent Map http://preshing.com/20160222/a-resizable-concurrent-map/ 6 comments
- Acquire and Release Fences Don't Work the Way You'd Expect http://preshing.com/20131125/acquire-and-release-fences-dont-work-the-way-youd-expect/ 5 comments
Linked pages
- An Introduction to Lock-Free Programming http://preshing.com/20120612/an-introduction-to-lock-free-programming 115 comments
- This Is Why They Call It a Weakly-Ordered CPU http://preshing.com/20121019/this-is-why-they-call-it-a-weakly-ordered-cpu 109 comments
- Locks Aren't Slow; Lock Contention Is https://preshing.com/20111118/locks-arent-slow-lock-contention-is/ 67 comments
- The World's Simplest Lock-Free Hash Table http://preshing.com/20130605/the-worlds-simplest-lock-free-hash-table 27 comments
- The Purpose of memory_order_consume in C++11 https://preshing.com/20140709/the-purpose-of-memory_order_consume-in-cpp11/ 9 comments
- http://www.aristeia.com/Papers/DDJ_Jul_Aug_2004_revised.pdf 5 comments
- The Synchronizes-With Relation http://preshing.com/20130823/the-synchronizes-with-relation 4 comments
- Singleton pattern - Wikipedia https://en.wikipedia.org/wiki/Singleton_pattern 3 comments
- Atomic vs. Non-Atomic Operations http://preshing.com/20130618/atomic-vs-non-atomic-operations/ 3 comments
- The "Double-Checked Locking is Broken" Declaration https://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html 1 comment
- Memory Ordering at Compile Time http://preshing.com/20120625/memory-ordering-at-compile-time/ 0 comments
- Acquire and Release Semantics http://preshing.com/20120913/acquire-and-release-semantics/ 0 comments
- Memory Barriers Are Like Source Control Operations https://preshing.com/20120710/memory-barriers-are-like-source-control-operations/ 0 comments
- Shows | Microsoft Learn http://channel9.msdn.com/Shows/Going+Deep/Cpp-and-Beyond-2012-Herb-Sutter-atomic-Weapons-2-of-2 0 comments
- Acquire and Release Fences http://preshing.com/20130922/acquire-and-release-fences/ 0 comments
Related searches:
Search whole site: site:preshing.com
Search title: Double-Checked Locking is Fixed In C++11
See how to search.