Newbetuts
.
New posts in atomic
How to perform atomic operations on Linux that work on x86, arm, GCC and icc?
c++
c
linux
atomic
How to atomically update a maximum value?
c++
c++11
concurrency
atomic
max
When is it preferable to use volatile boolean in Java rather than AtomicBoolean? [duplicate]
java
concurrency
atomic
volatile
writeToFile:atomically: what does atomically mean?
ios
objective-c
cocoa-touch
atomic
writetofile
Are C/C++ fundamental types atomic?
c++
c
multithreading
atomic
Atomicity in C++ : Myth or Reality
c++
atomic
memory-alignment
Java: is there no AtomicFloat or AtomicDouble?
java
concurrency
atomic
difference between standard's atomic bool and atomic flag
c++
multithreading
c++11
thread-safety
atomic
How do I atomically swap 2 ints in C#?
c#
.net
atomic
How to make file creation an atomic operation?
python
file-io
atomic
Does it make any sense to use the LFENCE instruction on x86/x86_64 processors?
assembly
x86
x86-64
atomic
memory-barriers
Are IEnumerable Linq methods thread-safe?
c#
multithreading
thread-safety
atomic
How to implement multithread safe singleton in C++11 without using <mutex>
c++
multithreading
c++11
singleton
atomic
Is there any compiler barrier which is equal to asm("" ::: "memory") in C++11?
c++
c++11
atomic
lock-free
memory-barriers
Is id = 1 - id atomic?
java
multithreading
atomic
swap
scjp
What do each memory_order mean?
c++
c++11
thread-safety
atomic
memory-model
Why is the volatile qualifier used through out std::atomic?
c++
c++11
atomic
volatile
c++, std::atomic, what is std::memory_order and how to use them?
c++
multithreading
atomic
memory-model
stdatomic
Django: How can I protect against concurrent modification of database entries
django
django-models
concurrency
transactions
atomic
How to declare a vector of atomic in C++
c++
stl
c++11
atomic
Prev
Next