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
Does modification order contribute to happens-before relationship?
Aug 30, 2022
c++
multithreading
c++11
atomic
happens-before
HBase RowMutations to replace all columns of a row
Jun 25, 2022
hbase
atomic
How do I prevent duplicate voting while incrementing the vote count on Firebase?
Dec 28, 2019
firebase
atomic
firebase-security
Is memory ordering in C++11 about main memory flush ordering?
Aug 24, 2022
c++
atomic
memory-barriers
memory-model
stdatomic
__sync_val_compare_and_swap vs __sync_bool_compare_and_swap
Mar 24, 2021
c++
c
gcc
atomic
built-in
AtomicReference to array and array element changes visibility
Jun 19, 2022
java
arrays
multithreading
atomic
c++ atomic: would function call act as memory barrier?
Mar 22, 2022
c++
atomic
memory-barriers
Real-world example where std::atomic::compare_exchange used with two memory_order parameters
Apr 11, 2020
c++
multithreading
atomic
Atomically clearing lowest non-zero bit of an unsigned integer
Jun 30, 2022
c++
x86
arm
x86-64
atomic
Lock free single producer/single consumer circular buffer
May 17, 2022
c++
multithreading
c++11
atomic
lock-free
Why can the MESI protocol not guarantee atomicity of CMPXCHG on x86 without the LOCK prefix?
Aug 26, 2022
x86
atomic
cpu-architecture
compare-and-swap
mesi
Is reading a 64-bit atomic value safe on 64-bit platforms if I write/swap using OS atomic functions with barrier?
Mar 09, 2022
ios
swift
macos
atomic
compare-and-swap
What does AtomicReference.compareAndSet() use for determination?
Aug 31, 2022
java
concurrency
atomic
Can competing atomic operations starve one another?
Apr 03, 2022
c++
multithreading
atomic
lock-free
compare-and-swap
Java volatile and side-effects
Aug 25, 2022
java
concurrency
atomic
volatile
side-effects
How does incrementAndGet method of AtomicLong works internally?
Nov 21, 2022
java
atomic
compare-and-swap
atomic-long
Lock-free data structures in C++ = just use atomics and memory-ordering?
Oct 15, 2022
c++
multithreading
c++11
concurrency
atomic
Atomicity, Volatility and Thread Safety in Windows
Jun 23, 2022
windows
multithreading
thread-safety
atomic
volatility
C++11 Atomic memory order with non-atomic variables
Nov 04, 2022
c++
multithreading
c++11
atomic
memory-barriers
Can and does the compiler optimize out two atomic loads? [duplicate]
Jan 19, 2022
c++
gcc
x86
atomic
compiler-optimization
« Newer Entries
Older Entries »