List Question
10 TechQA 2015-06-20 07:57:23Does C++11 guarantee memory ordering between a release fence and a consume operation?
							742 views
							
								Asked by Edmund
								
							
						
					Cheaper alternative to std::atomic<bool>?
							737 views
							
								Asked by Desperado17
								
							
						
					How can memory_order_relaxed work for incrementing atomic reference counts in smart pointers?
							6.6k views
							
								Asked by CppNoob
								
							
						
					Is the value of steady_clock::now from multiple threads consistent with memory order?
							462 views
							
								Asked by Filipp
								
							
						
					Compiler/Hardware optimizations of code and relaxed atomics
							72 views
							
								Asked by speed_of_light
								
							
						
					std::memory_order_relaxed with fetch_add
							533 views
							
								Asked by user3882729
								
							
						
					C++ countdown in CyclicBarrier going wrong using atomic variables [solutions without locks please]
							216 views
							
								Asked by Anand Kulkarni
								
							
						
					C++ standard: can relaxed atomic stores be lifted above a mutex lock?
							1.3k views
							
								Asked by jacobsa
								
							
						
					Atomic operations on a single variable
							285 views
							
								Asked by Koosha
								
							
						
					A Minimum Ordering Requirement
							164 views
							
								Asked by Koosha