Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spinlock

spinlock_t already locked at the first use

c linux-kernel spinlock

Linux kernel: Unlocking an unlocked mutex

Why LR/SC Atomic instructions works?

Memory order for a ticket-taking spin-lock mutex

c gcc memory-barriers spinlock

How to implement a spinlock to avoid blocking

What provides spinlocks effectiveness?

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

spinlock lockup suspected reasons

How is spin lock implemented under the hood?

Linux kernel dump: How to get the owner of a spinlock

Performance pthread_spinlock_t is 2x better than my own implementation with lock free std::atomic_flag, around std::list

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?

Does acquiring a spinlock require compare-and-swap or is swap enough?

concurrency atomic spinlock

Helgrind and atomic_flag

c++ valgrind atomic spinlock

Fastest inline-assembly spinlock

Spinlock implementation reasoning

c++11 boost spinlock