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
What provides spinlocks effectiveness?
Feb 20, 2026
.net
multithreading
spinlock
Why spinlock in linux kernel is in the ".subsection 1" (or ".text.lock.smth")?
Feb 08, 2026
assembly
locking
linux-kernel
spinlock
spinlock lockup suspected reasons
Jan 31, 2026
linux-kernel
synchronization
spinlock
How is spin lock implemented under the hood?
Dec 14, 2025
language-agnostic
concurrency
mutex
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
Is memory barrier or atomic operation required in a busy-wait loop?
Jun 24, 2022
c++
multithreading
gcc
memory-barriers
spinlock
Older Entries »