List Question
10 TechQA 2015-06-10 14:48:37Why is the standard C# event invocation pattern thread-safe without a memory barrier or cache invalidation? What about similar code?
							927 views
							
								Asked by Andrew Russell
								
							
						
					Does C++11 guarantee memory ordering between a release fence and a consume operation?
							742 views
							
								Asked by Edmund
								
							
						
					Manual synchronization in OpenMP while loop
							1k views
							
								Asked by topper91
								
							
						
					Release-Consume ordering for reference counting
							1.4k views
							
								Asked by Zizheng Tai
								
							
						
					relaxed ordering of c++11 memory model
							459 views
							
								Asked by kmalloc
								
							
						
					Can a store-release be reordered with a subsequent sequential-consistent load in C++11?
							197 views
							
								Asked by levzettelin
								
							
						
					atomic<T>.load() with std::memory_order_release
							798 views
							
								Asked by levzettelin
								
							
						
					Memory barriers and Linux kernel spinlock on TILE-Gx
							1.3k views
							
								Asked by hakos
								
							
						
					Is the example in the membarrier man page pointless in x86?
							539 views
							
								Asked by BeeOnRope
								
							
						
					Does std::atomic provide atomic behavior, regardless of ordering?
							450 views
							
								Asked by BeeOnRope