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 spinlock
Linux kernel dump: How to get the owner of a spinlock
Oct 28, 2025
linux-kernel
crash-dumps
spinlock
Performance pthread_spinlock_t is 2x better than my own implementation with lock free std::atomic_flag, around std::list
Oct 26, 2025
c++
multithreading
locking
atomic
spinlock
Why is acquire semantics only for reads, not writes? How can an LL/SC acquire CAS take a lock without the store reordering with the critical section?
Oct 24, 2025
assembly
cpu-architecture
stdatomic
compare-and-swap
spinlock
Does acquiring a spinlock require compare-and-swap or is swap enough?
Oct 13, 2025
concurrency
atomic
spinlock
Helgrind and atomic_flag
Sep 20, 2025
c++
valgrind
atomic
spinlock
Fastest inline-assembly spinlock
Sep 12, 2025
c++
assembly
x86
memory-barriers
spinlock
Spinlock implementation reasoning
Sep 04, 2025
c++11
boost
spinlock
Implementing a SpinLock in a HLSL DirectCompute shader
Sep 05, 2025
directx
hlsl
spinlock
directcompute
When to use MCS lock
Mar 21, 2023
operating-system
synchronization
locking
mutex
spinlock
GLSL per-pixel spinlock using imageAtomicCompSwap
Jan 05, 2023
opengl
glsl
mutex
spinlock
Why linux disables kernel preemption after the kernel code holds a spinlock?
Dec 28, 2022
kernel
driver
spinlock
preemption
Locks around memory manipulation via inline assembly
Dec 26, 2022
c
assembly
x86
locking
spinlock
spin_lock on non-preemtive linux kernels
Dec 04, 2022
locking
linux-kernel
mutex
spinlock
Avoiding sleep while holding a spinlock
Oct 27, 2022
linux-kernel
sleep
atomic
spinlock
Are the memory barriers correct for this lock?
Oct 22, 2022
c++
locking
atomic
spinlock
In the linux kernel, will a call to kfree ever sleep?
Apr 09, 2021
linux
memory-management
kernel
spinlock
Is a spinlock lock free?
Oct 02, 2019
multithreading
lock-free
spinlock
How to migrate from OSSpinLock to os_unfair_lock()?
May 24, 2022
objective-c
regex
macos
spinlock
regexkitlite
Does Mac OS X have pthread_spinlock_t type?
May 08, 2022
macos
pthreads
spinlock
Is memory barrier or atomic operation required in a busy-wait loop?
Jun 24, 2022
c++
multithreading
gcc
memory-barriers
spinlock
Older Entries »