Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Spinlock
what is the difference between spin locks and semaphores?
Apr 25, 2021
Why are spin locks good choices in Linux Kernel Design instead of something more common in userland code, such as semaphore or mutex?
Apr 25, 2021
What is a spinlock in Linux?
Apr 25, 2021
onSpinWait() method of Thread class - Java 9
Apr 17, 2021
Why disabling interrupts disables kernel preemption and how spin lock disables preemption
Apr 17, 2021
x86 spinlock using cmpxchg
Apr 25, 2021
When should one use a spinlock instead of mutex?
Apr 25, 2021
How does x86 pause instruction work in spinlock *and* can it be used in other scenarios?
Apr 25, 2021
spin_lock_irqsave vs spin_lock_irq
Apr 25, 2021
What exactly are "spin-locks"?
Apr 25, 2021
Older Entries »