Search code examples
How to verify atomic operations on multithreaded and multicore platforms in C?...


multithreadingpthreadsparallel-processingmulticoreatomic

Read More
C++11 Thread-safety with stack variables...


c++multithreadingthread-safetyc++11atomic

Read More
High-level Compare And Swap (CAS) functions?...


c++multithreadingmulticoreatomic

Read More
Best project pattern to have a "unitOfWork" at the business layer...


linqlinq-to-sqldesign-patternsunit-of-workatomic

Read More
A shared counter is not incrementing as expected on concurrent server...


javaconcurrencyatomic

Read More
mingw 4.6.1 atomic fail?...


mingwc++11atomicboost-thread

Read More
OpenMP and C: Must this operation be made atomic?...


copenmpatomic

Read More
How to ensure atomic reads and atomic writes?...


javaatomic

Read More
setter and getter for an atomic property...


objective-cpropertiesatomicgetter-setter

Read More
Java arrays: synchronized + Atomic*, or synchronized suffices?...


javaarraysatomicvolatilesynchronized

Read More
Porting InterlockedExchange, using GCC intrinsics only...


cgccportatomic

Read More
Make an AtomicXXX object volatile...


javaconcurrencyatomic

Read More
Lock using atomic operations...


c#multithreadingatomic

Read More
What would be a good design to achieve this synchronization across machines..?...


javaprocesssynchronizationatomic

Read More
Atomic Operation in Java to create a hardlink and delete a file...


javaatomic

Read More
Strange behavior of OpenCL atomic add operation...


openclatomicgpgpu

Read More
Fetch-and-add using OpenMP atomic operations...


c++atomicopenmpcompare-and-swap

Read More
Optimistic locking strategy with atomics in C++ and ordering...


c++atomicoptimistic-locking

Read More
std::atomic<int> decrement and comparison...


c++multithreadingconcurrencyc++11atomic

Read More
How to call ioctl with commands SIOCGIFFLAGS and SIOCSIFFLAGS atomically...


linuxatomicsystem-calls

Read More
How to make atomic exchange -- Scala way?...


multithreadingscalaatomic

Read More
thread safe data exchange between threads/shared memory in C++ on linux...


c++linuxmultithreadinggccatomic

Read More
seeking suggestions/critique for async rebuilding of a resource...


javaasynchronousatomicnonblockingsynchronized

Read More
Atomic GETSET on a hash in Redis...


hashredisatomic

Read More
How does transactions (in MySQL for me) behaves when are ran concurrently?...


databasemultithreadingtransactionsatomicconsistency

Read More
How does one programmatically determine if "write" system call is atomic on a particular f...


pythoncportabilitysystem-callsatomic

Read More
Non-database application transactions...


javadatabasetransactionsfilesystemsatomic

Read More
AtomicXXX.lazySet(...) in terms of happens before edges...


javaconcurrencyatomic

Read More
Linq to SQL atomic set of operations...


linq-to-sqlatomic

Read More
Lockless increment if greater than...


c++atomiccompare-and-swap

Read More
BackNext