StackOverflow Questions for Tag: lock-free

Grant Peters
Grant Peters

Reputation: 7835

How can I verify lock-free algorithms?

Score: 31

Views: 4049

Answers: 6

Read More
uriDium
uriDium

Reputation: 13420

Should Interlocked.CompareExchange also a volatile variable?

Score: 3

Views: 882

Answers: 3

Read More
anon
anon

Reputation:

Memory barriers in userspace? (Linux, x86-64)

Score: 18

Views: 13369

Answers: 9

Read More
Mattia Piras
Mattia Piras

Reputation: 86

Livelock in tantrum Queues

Score: 1

Views: 17

Answers: 0

Read More
Some Name
Some Name

Reputation: 9540

Array based Lock-Free stack. Is full fence necessary?

Score: 2

Views: 110

Answers: 1

Read More
Doron Yaacoby
Doron Yaacoby

Reputation: 9770

When should the volatile keyword be used in C#?

Score: 388

Views: 118986

Answers: 12

Read More
Alex
Alex

Reputation: 13136

Can we do something atomically with 2 or more lock-free containers without locking both?

Score: 2

Views: 241

Answers: 1

Read More
Mattia Piras
Mattia Piras

Reputation: 86

Thread affinity on Numa for lock free linked queue

Score: 0

Views: 26

Answers: 0

Read More
Tao Li
Tao Li

Reputation: 29

Using a lockfree spsc queue as mpmc queue on a single-core processor

Score: 0

Views: 42

Answers: 1

Read More
Billy ONeal
Billy ONeal

Reputation: 106609

Do lock-free algorithms really perform better than their lock-full counterparts?

Score: 58

Views: 17559

Answers: 11

Read More
RuiXin Lin
RuiXin Lin

Reputation: 13

On the issue of lost elements in the lock-free queue from "C++ Concurrency in Action"

Score: 0

Views: 59

Answers: 0

Read More
Anderson Chris
Anderson Chris

Reputation: 13

A bugs that I cannot solve in lock-free queue

Score: 1

Views: 80

Answers: 1

Read More
RuiXin Lin
RuiXin Lin

Reputation: 13

The issue mentioned in the push function of a lock-free queue in "C++ Concurrency in Action" Section 7.15

Score: 1

Views: 71

Answers: 1

Read More
relatively_random
relatively_random

Reputation: 5166

How does the common 4 thread example for demonstrating sequential consistency work on a system with cache coherence?

Score: 0

Views: 39

Answers: 0

Read More
Sun Xiaochuan
Sun Xiaochuan

Reputation: 31

Is there any off-heap lock-free data structure (list, set, map etc..) on Java?

Score: 3

Views: 1346

Answers: 3

Read More
breaker00
breaker00

Reputation: 187

What does memory_order_consume really do?

Score: 14

Views: 4732

Answers: 4

Read More
Ignorant
Ignorant

Reputation: 2681

What is the difference between sequential consistency and acquire/release semantics?

Score: 2

Views: 960

Answers: 2

Read More
ComicSansMS
ComicSansMS

Reputation: 54737

Lock-free memory reclamation with hazard pointers

Score: 14

Views: 3303

Answers: 2

Read More
Leandros
Leandros

Reputation: 16825

Why does a std::atomic store with sequential consistency use XCHG?

Score: 8

Views: 2942

Answers: 1

Read More
Kungfunk
Kungfunk

Reputation: 65

Message loss with lock-free MPMC queue when threads exit

Score: 1

Views: 70

Answers: 0

Read More
PreviousPage 1Next