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 compare-and-swap
atomic swap with CAS (using gcc sync builtins)
Nov 10, 2019
c++
gcc
linked-list
atomic
compare-and-swap
Does atomic_cmpxchg() imply memory barriers?
Apr 12, 2022
multithreading
linux-kernel
synchronization
atomic
compare-and-swap
MySQL Atomic UPDATE in InnoDB vs MyISAM
Oct 18, 2022
mysql
innodb
atomic
myisam
compare-and-swap
atomic compare(not equal) and swap
Sep 24, 2022
c
multithreading
gcc
compare-and-swap
How can compare-and-swap be used for a wait-free mutual exclusion for any shared data structure?
Sep 15, 2022
c++
multithreading
compare-and-swap
Release-Only form of CAS
Jun 12, 2022
java
jvm
compare-and-swap
kamon
Why do both free and member functions exist for compare and swap operations?
Jun 15, 2022
c++
c++11
atomic
compare-and-swap
Mixing lightweight transactions and normal writes in Cassandra
Oct 21, 2022
transactions
cassandra
compare-and-swap
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
C++ atomics memory ordering for some specific use case
Jun 01, 2022
c++
multithreading
thread-safety
compare-and-swap
stdatomic
Can competing atomic operations starve one another?
Apr 03, 2022
c++
multithreading
atomic
lock-free
compare-and-swap
How does incrementAndGet method of AtomicLong works internally?
Nov 21, 2022
java
atomic
compare-and-swap
atomic-long
Why Double-Checked Locking is used at all?
Aug 17, 2022
c#
java
synchronization
double-checked-locking
compare-and-swap
Compare and Swap on x86 - why is it a full barrier?
Apr 24, 2022
java
multithreading
atomic
memory-barriers
compare-and-swap
Why Atomic versions are missing for some primitive types while being present for some?
Jun 21, 2022
java
atomic
java.util.concurrent
compare-and-swap
Is it guaranteed that compareAndSwap can NOT fail for ALL the participating threads?
Mar 15, 2022
java
concurrency
compare-and-swap
Java CAS operation performs faster than C equivalent, why?
Feb 15, 2022
java
c
concurrency
compare-and-swap
java - stealing bits from references
Apr 15, 2022
java
c
java.util.concurrent
concurrent-programming
compare-and-swap
Interlocked.Exchange<T> slower than Interlocked.CompareExchange<T>?
Nov 17, 2019
c#
.net
.net-core
compare-and-swap
interlocked
« Newer Entries
Older Entries »