Search code examples
The same instances of the same class but different behaviour. Probable UB...

c++c++11x86undefined-behaviorstdatomic

Read More
Is there any effect on the operations with the variables independent of consume atomic-load?...

c++multithreadingc++11concurrencystdatomic

Read More
Acquire/Release semantics...

multithreadingc++11lock-freestdatomic

Read More
Illegal opcode in iOS build...

c++iosboostarmstdatomic

Read More
Atomic decrement-and-test in C...

catomicc11stdatomic

Read More
Atomic values modification in relaxed order...

c++multithreadingc++11memory-modelstdatomic

Read More
Does std::atomic guarantee initialization initialization of types like int, float etc to 0/0.0?...

c++11initializationstdatomic

Read More
Adding a move only type to a class makes that class as a move only type?...

c++c++11mutexc++14stdatomic

Read More
Undefined reference in static library to c++11 atomic...

c++c++11makefilestdatomic

Read More
static std::atomic<foo *> bar[CONSTANT_BAZ], is it initialized or not?...

arraysc++11stdatomic

Read More
Construct-in-place an unmoveable object in a map...

c++c++11move-semanticsstdatomic

Read More
Measuring How Slow Atomic Increments are As Compared to Regular Integer Increments...

c++11atomicstdatomic

Read More
Threadsafety of atomic int collection...

c++multithreadingc++11stdatomic

Read More
Read a variable in another thread...

multithreadingc++11atomicstdatomic

Read More
Issue using std::atomic_flag with worker thread...

c++multithreadingc++11stdatomic

Read More
Why does g++ still require -latomic...

c++c++11g++libstdc++stdatomic

Read More
Is it possible to restrict a member function from accessing a member variable?...

c++multithreadingthread-safetyc++-chronostdatomic

Read More
Is it safe to use the Structure dereference(->) operator on the result of std::atomic::load...

c++c++11atomicstdatomic

Read More
error C2280: attempting to reference a deleted function (atomic<int>)...

c++c++11stdatomic

Read More
Understanding why race condition happens when only one thread does the write operation...

exceptionc++11race-conditionraiistdatomic

Read More
Is fetch_sub really atomic?...

c++multithreadingreference-countingstdatomic

Read More
How to perform basic operations with std::atomic when the type is not Integral?...

c++multithreadingstdatomic

Read More
Can a store-release be reordered with a subsequent sequential-consistent load in C++11?...

c++c++11memory-modelstdatomic

Read More
C++ std::atomic union...

c++atomicstdatomic

Read More
What is the difference between explicit atomic load/store and usual operator= and operator T?...

c++c++11stdatomic

Read More
Safely and unambiguously manipulating atomic variables in C++11...

c++multithreadingc++11atomicstdatomic

Read More
Atomic store throwing error...

c++c++11stdatomic

Read More
c++ 11 std::atomic_flag, am I using this correctly?...

c++multithreadingc++11stdatomic

Read More
Easiest way to implement shared integer counter in C++11 without mutexes:...

c++multithreadingc++11stdatomic

Read More
Access violation when accessing std::atomic_ullong objects on visual studio 2012 under release mode...

visual-c++visual-studio-2012c++11access-violationstdatomic

Read More
BackNext