Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in atomic
Atomicity in C++ : Myth or Reality
Mar 17, 2022
c++
atomic
memory-alignment
Atomic properties vs thread-safe in Objective-C
Sep 01, 2022
ios
objective-c
multithreading
thread-safety
atomic
How to use std::atomic<>
Sep 01, 2022
c++
multithreading
c++11
atomic
When is a compiler-only memory barrier (such as std::atomic_signal_fence) useful?
Sep 01, 2022
c++
c++11
atomic
memory-barriers
memory-fences
Why is std::atomic<bool> much slower than volatile bool?
Sep 01, 2022
c++
multithreading
performance
c++11
atomic
Pop multiple values from Redis data structure atomically?
Oct 21, 2022
data-structures
redis
time-complexity
atomic
Which CPU architectures support Compare And Swap (CAS)?
Sep 01, 2022
multithreading
multicore
atomic
cpu-architecture
In C is "i+=1;" atomic? [duplicate]
Sep 01, 2022
c
atomic
C++ atomic_flag query state
Feb 01, 2022
c++
multithreading
c++11
atomic
Alignment requirements for atomic x86 instructions vs. MS's InterlockedCompareExchange documentation?
Aug 18, 2022
winapi
x86
atomic
memory-alignment
interlocked
Do I have to use atomic<bool> for "exit" bool variable?
Aug 31, 2022
c++
c++11
atomic
C++11 atomic memory ordering - is this a correct usage of relaxed (release-consume) ordering?
Dec 31, 2019
c++
memory
c++11
atomic
compare-and-swap
How to declare a vector of atomic in C++
Aug 31, 2022
c++
stl
c++11
atomic
Acquire/Release versus Sequentially Consistent memory order
Aug 22, 2022
c++
concurrency
atomic
stdatomic
memory-model
Understanding c++11 memory fences
Aug 30, 2022
c++
c++11
atomic
std::atomic | compare_exchange_weak vs. compare_exchange_strong
Aug 30, 2022
c++
stl
c++11
atomic
c++-standard-library
Why is integer assignment on a naturally aligned variable atomic on x86?
Sep 15, 2022
c++
concurrency
x86
atomic
memory-alignment
Are atomic variables lock-free?
Aug 30, 2022
c++
multithreading
c++11
x86-64
atomic
Is incrementing a field in MySQL atomic?
Aug 30, 2022
mysql
thread-safety
atomic
increment
How to atomically negate an std::atomic_bool?
Jun 13, 2014
c++
multithreading
c++11
atomic
« Newer Entries
Older Entries »