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
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
How can Microsoft's OpenMP spinlock time be controlled?
Nov 04, 2021
c++
visual-studio-2010
visual-studio
openmp
spinlock
How C++ Standard prevents deadlock in spinlock mutex with memory_order_acquire and memory_order_release?
Jul 21, 2021
c++
language-lawyer
memory-model
stdatomic
spinlock
Use of STREXEQ instead of STREX for spinlock implementation in ARM
Apr 18, 2022
assembly
kernel
arm
inline-assembly
spinlock
Are the Linux/SMP spinlocks unnecessarily slow?
May 19, 2019
x86
linux-kernel
spinlock
difference between pthread_spinlock and boost::smart_ptr::spinlock?
Apr 30, 2022
c++
linux
performance
spinlock
Interrupt on a processor while another process is spinning for lock
Dec 12, 2018
c
linux-kernel
linux-device-driver
spinlock
How to use a spin lock if copy_to_user needs to be called?
Sep 07, 2022
c
linux
linux-kernel
locking
spinlock
Spinlock vs std::mutex::try_lock
Oct 25, 2022
c++
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 »