Search code examples
C++ lambda thread stoppable from outside...


c++multithreadinglambdaatomic

Read More
Taking a semaphore must be atomic. Is Pintos's sema_down safe?...


multithreadingx86interruptatomicpintos

Read More
Can't create atomic with ()...


c++gcccompiler-errorsatomic

Read More
How can I use AQL with multiple queries that using the result of one another?...


graphatomicarangodbaqlarangojs

Read More
Better way in C++ to keep a big plain struct atomic?...


c++multithreadingatomicproducer-consumercompare-and-swap

Read More
Are primitive data types in c# atomic (thread safe)?...


c#atomicprimitivethread-safety

Read More
C# How volatile and interlocked affect cpu cache...


c#clratomiccpu-architecturecoreclr

Read More
Are memory barriers necessary for atomic reference counting shared immutable data?...


cmultithreadingatomicmemory-barriersrefcounting

Read More
Silberschatz atomic increment clarification...


cconcurrencyatomiccompare-and-swap

Read More
How to run compare_exchange_weak on an std::atomic<bool>?...


c++atomic

Read More
Is there any justification not to ALWAYS use AtomicInteger as data members?...


javamultithreadingperformanceatomic

Read More
is multiple assignments of atomic variables, an atomic operation?...


c++atomic

Read More
replace `getIntVolatile(Object var1, long var2)` with `getInt(Object var1, long var2)` in the implem...


javaatomicvolatile

Read More
Atomic Update for postgresql table...


pythonpostgresqlatomic

Read More
How to test the behavior of std::memory_order_relaxed?...


c++multithreadingstlatomicmemory-barriers

Read More
Can you have torn reads/writes between two threads pinned to different processors, if the system is ...


multithreadingcpu-architecturecpu-cacheatomic

Read More
Are PHP session writes atomic?...


phpsessionatomic

Read More
How to mix atomic and non-atomic operations in C++?...


c++multithreadingc++11atomicvectorization

Read More
Can you atomically write two uint64_t's?...


c++multithreadinglockingatomic

Read More
Relative performance of swap vs compare-and-swap locks on x86...


cassemblylockingx86atomic

Read More
Commit behavior and atomicity in python sqlite3 module...


pythonsqlitecommitatomic

Read More
C++ std::memory_order_relaxed confusion...


c++multithreadingsynchronizationatomic

Read More
How to prevent critical section access with atomics in C++...


c++multithreadingatomic

Read More
Are X86 atomic RMW instructions wait free...


concurrencyx86atomiclocklesswait-free

Read More
Mutexes. What even?...


multithreadingoperating-systemthread-safetymutexatomic

Read More
How to implement a concurrent circular ticker (counter) in Java?...


javaconcurrencycounteratomic

Read More
C++ std::atomic for user defined data types...


c++multithreadingc++11atomic

Read More
C++ atomic acquire / release operations what it actually means...


c++atomic

Read More
What is the difference between load/store relaxed atomic and normal variable?...


c++c++11atomicmemory-barriersstdatomic

Read More
Is counter in std::shared_ptr atomic?...


c++c++11shared-ptratomic

Read More
BackNext