Search code examples
Equivalent of x86 PAUSE instruction for PPC...


powerpcspinlock

Read More
When is a good idea to use a spinlock?...


cpumutexspinlocklocks

Read More
Is there a way to make sem_wait not spin?...


pthreadsposixsemaphorespinlock

Read More
.NET SpinLock not releasing Thread.BeginCriticalSection...


.netspinlock

Read More
Are the Linux/SMP spinlocks unnecessarily slow?...


x86linux-kernelspinlock

Read More
mutex vs. spin lock when thread count = hardware parallelism...


multithreadingsynchronizationmutexspinlock

Read More
Why spinlock in linux kernel is in the ".subsection 1" (or ".text.lock.smth")?...


assemblylockinglinux-kernelspinlock

Read More
Usage of spinlock and cli together...


linux-kernelinterruptrtosspinlock

Read More
Do C# 4.0 BCL SpinLock's spin/block when they can't get a lock?...


multithreadingc#-4.0spinlock

Read More
Cross-platform and cross-process atomic int writes on file...


file-iolockingmutexblockingspinlock

Read More
Is it safe to spin on a volatile variable in user-mode threads?...


c++concurrencyvolatiletbbspinlock

Read More
replace spin lock with signal...


c++boostspinlock

Read More
BackNext