List Question
10 TechQA 2015-06-15 13:59:32How do you use std::atomic to achieve thread-safety without locking mutexes?
							454 views
							
								Asked by krispet krispet
								
							
						
					Issue using std::atomic_flag with worker thread
							1k views
							
								Asked by darkpbj
								
							
						
					Does C++11 guarantee memory ordering between a release fence and a consume operation?
							742 views
							
								Asked by Edmund
								
							
						
					Read a variable in another thread
							880 views
							
								Asked by AudioBubble
								
							
						
					C++ shared_mutex implementation
							3.8k views
							
								Asked by LWimsey
								
							
						
					How to implement an atomic counter
							58.2k views
							
								Asked by Anonymous Entity
								
							
						
					Atomic objects of trivially copyable types in GCC
							436 views
							
								Asked by user1494080
								
							
						
					std::bind fails to compile with std::atomic_bool& on MSVC
							1.1k views
							
								Asked by David Haim
								
							
						
					Release-Consume ordering for reference counting
							1.4k views
							
								Asked by Zizheng Tai
								
							
						
					Can a store-release be reordered with a subsequent sequential-consistent load in C++11?
							197 views
							
								Asked by levzettelin