Search code examples
Is it necessary to acquire lock for TAILQ_EMPTY() operation...


linuxqueuespinlock

Read More
Confusion around spin_lock_irqsave: in what nested situation is interrupt state kept?...


linux-kernelspinlocksmppreemption

Read More
Why do we need pushcli() before xchg()?...


cassemblyconcurrencyoperating-systemspinlock

Read More
Do spinlocks guarantee context switching when compared to mutexes...


c++multithreadingmutexspinlock

Read More
x86 spinlock using cmpxchg...


gccassemblysynchronizationx86spinlock

Read More
Is memcpy() a sleeping function?...


cmultithreadingmemcpyspinlock

Read More
How to migrate from OSSpinLock to os_unfair_lock()?...


objective-cregexmacosspinlockregexkitlite

Read More
Implementing a SpinLock in a HLSL DirectCompute shader...


directxhlslspinlockdirectcompute

Read More
Why does spin_unlock_bh function enables preemption without calling the scheduler...


clinux-kernelschedulingspinlockpreemption

Read More
spin-on-test-and-set vs spin-on-read in Java...


javamultithreadingspinlock

Read More
Is there a race condition in the linux ARM spinlock?...


clinuxlinux-kernelarmspinlock

Read More
Spinlocks, How Useful Are They?...


c#c++multithreadinglockingspinlock

Read More
Slow communication using shared memory between user mode and kernel...


c++windowskernelmutexspinlock

Read More
Why CLH Lock need prev-Node in java...


javamultithreadingconcurrencysynchronizedspinlock

Read More
How spinlock prevents the process to be interrupted?...


multithreadingmultiprocessinglockingspinlockmutual-exclusion

Read More
How to implement a spinlock to avoid blocking...


javamultithreadingthread-synchronizationspinlock

Read More
What exact "resources" are released, when calling pthread_spin_destroy()?...


cmultithreadingpthreadslockingspinlock

Read More
Use spin_lock() vs down_interruptible() in workqueue...


clinux-kernelmutexinterruptspinlock

Read More
Synchronisation between process context and timer function...


clinuxtimerlinux-kernelspinlock

Read More
The reasons why rps procedure use spinlock with local_irq_disable...


network-programmingkernelinterruptspinlocksoftirq

Read More
Helgrind and atomic_flag...


c++valgrindatomicspinlock

Read More
What is the minimum X86 assembly needed for a spinlock...


assemblyx86spinlock

Read More
Intel Inspector reports a data race in my spinlock implementation...


c++winapisynchronizationspinlockintel-inspector

Read More
Is this implementation of a spinlock correct?...


linuxoperating-systemimplementationsequentialspinlock

Read More
Kernel block device - Falling in deadlock using spinlock...


clinux-device-driverdeadlockspinlockblock-device

Read More
Spinlock implementation reasoning...


c++11boostspinlock

Read More
How to find out which kernel spinlock eat up most of CPU?...


linuxperformancelinux-kernelkernelspinlock

Read More
Why spinlocks don't work in uniprocessor (unicore) systems?...


linux-kernelspinlock

Read More
Is memory barrier or atomic operation required in a busy-wait loop?...


c++multithreadinggccmemory-barriersspinlock

Read More
spin lock acquiring in linux...


multithreadinglinux-kernelspinlock

Read More
BackNext