Search code examples
What operations in Java are considered atomic?...


javamultithreadingatomic

Read More
Django nested transactions - “with transaction.atomic()”...


djangotransactionsnestedatomic

Read More
busy waiting with atomic<bool>...


c++atomicstdatomic

Read More
Are plpgsql functions atomic?...


databasepostgresqlplpgsqlatomic

Read More
Why does std::memory_order_acq_rel always trigger warnings in C++11?...


c++c++11atomicstandardsmemory-barriers

Read More
What is the proper getter and setter for java atomic properties...


javaatomicgetter-setter

Read More
Why does C/C++ not have a atomic flag test_and_clear?...


c++atomicc11stdatomictest-and-set

Read More
How does this acquire-release relationship work?...


multithreadingrustatomicmemory-barriers

Read More
Is std::atomic redundant if you have to check for overflow or act conditionally?...


c++c++11overflowatomicstdatomic

Read More
Does C++11 atomic automatically solve multi-core race on variable read-write?...


c++multithreadingc++11atomiccpu-cores

Read More
Django + DRF + Celery: execute celery_task.delay() only after database transaction completed (model....


djangodjango-rest-frameworkceleryatomicdjango-celery

Read More
What does the is_lock_free property of std::atomic mean?...


c++c++11atomiclock-freestdatomic

Read More
Can you snoop cache coherence traffic to implement linked-load and store-conditional?...


cachingconcurrencyx86-64atomicload-link-store-conditional

Read More
Are concurrent non-atomic writes to never-read memory safe?...


language-agnosticatomic

Read More
why atomic does not work with auto varaible...


c++atomicautostdatomic

Read More
std::atomic<bool>::wait vs. std::condition_variable::wait...


c++c++20atomiccondition-variablestdatomic

Read More
thread safe problem of the CopyOnWriteMap in the Kafka source code...


javamultithreadingapache-kafkaatomic

Read More
Using atomics to reduce amount of mutex locks in multithreading c++ code...


c++multithreadingatomic

Read More
Which variable types/sizes are atomic on STM32 microcontrollers?...


carmatomicstm32freertos

Read More
How to initialize a static std::atomic data member...


c++c++11constantsatomicstdatomic

Read More
Is ftruncate() asynchronous?...


c++filefile-ioatomicacid

Read More
Why misaligned access to locked memory read intermediate value on intel cpu?...


c++multithreadingatomicintelmemory-alignment

Read More
Is there a platform without native pointer sized atomics but with other sized atomics?...


c++multithreadingrustcpu-architectureatomic

Read More
Are procedures atomic in MySQL?...


mysqldatabasestored-proceduresatomicprocedure

Read More
Do I need to synchronize writes to memory mapped file from different threads before flushing and unm...


multithreadingsynchronizationatomicmmapmemory-mapped-files

Read More
Is incrementing an int effectively atomic in specific cases?...


c++cmultithreadingassemblyatomic

Read More
Why do many implementations of lock-free linked list assume that items are unique in the list?...


concurrencylinked-listatomiclock-free

Read More
Fastest way to perform an atomic read in this *very* specific situation?...


c++visual-c++x86clangatomic

Read More
OpenMP lock instruction in a function called by a parallelised loop...


c++parallel-processinglockingopenmpatomic

Read More
Atomicity of loads and stores on x86...


c++x86cpu-architectureatomicmemory-barriers

Read More
BackNext