List Question
20 TechQA 2013-12-09T09:30:16.210000What's the difference between lockless and lockfree?
11.3k views
Asked by superK
When using CAS (Compare And Swap), how do I ensure the old value is actually old?
419 views
Asked by MrAnonymous
How should I register an update in a callback from another thread without using locks?
200 views
Asked by Henry Gomersall
__sync_bool_compare_and_swap always returns zero
181 views
Asked by BadZen
How do I build a lockless queue?
19.1k views
Asked by Goz
Lockless Deque in Win32 C++
1.8k views
Asked by Reggie
Overuse of Interlocked.exchange?
1.3k views
Asked by user981225
Is Go's buffered channel lockless?
2.3k views
Asked by Song Gao
free(): invalid next size (fast): when use posix_memalign
138 views
Asked by qiaochu li
The definition of lock-free
1.4k views
Asked by Mark Wallace
Cache line padding for variables that are a multiple of cache line size
1.7k views
Asked by nic
lock-free bounded MPMC ringbuffer failure
1k views
Asked by sheredom
Atomic thread counter
2.3k views
Asked by Siler
Testing locklessness C++
102 views
Asked by Andreas Loanjoe
Why doesn't C++11 standard provide other lock free atomic structure
94 views
Asked by Yves
Why can _mm_pause() significantly improve performance?
3.9k views
Asked by xmllmx
Do any array based, bounded, wait free stacks exist?
822 views
Asked by Thomas Kejser
Lockless deque with non atomic sized items
210 views
Asked by iam
Any way to maintain data consistency without using locks?
379 views
Asked by user2960853
Does this implementation work for a Lock-less Thread Safe Lazy Singleton in Java?
459 views
Asked by newlogic