Search code examples
Strange shared_ptr behaviour...


c++c++11shared-ptratomiclock-free

Read More
How to include <atomic> in C++ on Linux?...


c++linuxgccpthreadsatomic

Read More
Shared enum between multiple threads...


c#enumerationvolatileatomicinterlocked

Read More
Is load() called implicitly when using a method from an std::atomic?...


c++pointersc++14atomicc++17

Read More
Is 0-initialization of atomics guaranteed to set the value member to 0?...


c++c++11initializationlanguage-lawyeratomic

Read More
How do atomic variables based on shared memory work in inter-process contexts?...


c++cmultithreadingshared-memoryatomic

Read More
Get the state of an atom, and reset it atomically...


clojureatomic

Read More
Can I avoid locking a bool if it only goes from false to true once?...


c++booleanatomic

Read More
OpenELEC: Bootstrap GCC with libatomic...


gcccross-compilingatomicopenelecci20

Read More
Atomic function without locks to change two independent memory locations...


c++atomiclock-freecompare-and-swap

Read More
Initializing an atomic flag in a malloc'd structure...


cstructatomicfreebsdc11

Read More
Interlocked equivalent on Linux...


c++linuxmultithreadingatomic

Read More
Equivalent of InterlockedExchangeAdd for Linux using Delphi 10.2)...


linuxdelphiatomic

Read More
Synchronization of particular shared memory write operations (MPI)...


c++mpishared-memoryrace-conditionatomic

Read More
MongoDB Enforcing Complex constraints across documents in a collection...


node.jsmongodbatomic

Read More
std::atomic_flag and std::lock_guard...


c++11lockingatomic

Read More
Is a read on an atomic variable guaranteed to acquire the current value of it in C++11?...


memoryc++11synchronizationatomic

Read More
Atomic directive openmp with loops...


openmpatomicdirective

Read More
Replace AtomicBoolean by primitive type when only the get() and set() methods are used?...


javaatomicatomicboolean

Read More
Atomic access of enums in Qt...


qtatomic

Read More
data visibility between threads without lock...


multithreadingc++11synchronizationshared-memoryatomic

Read More
deref an atom after recursive function completes...


recursionclojureatomic

Read More
Volatile and atomic operation in java...


javaatomicvolatile

Read More
Clojure: block the use of an atom?...


multithreadingclojureatomic

Read More
When should I favor a more specific atomic operation over using atomicCAS?...


cudaatomiccompare-and-swap

Read More
Do I use atomic_compare_exchange_strong or atomic_exchange in c++11?...


c++c++11atomic

Read More
Atomic bool fails to protect non-atomic counter...


c++multithreadingc++11mutexatomic

Read More
Should I make a large function atomic in order to benchmark it accurately?...


c++linuxbenchmarkingrosatomic

Read More
Atomicity of Reads and Writes for Reference Variables in Java...


javamultithreadingconcurrencyatomic

Read More
pre-increment vs post-increment on std::atomic<int>...


c++c++11stlatomic

Read More
BackNext