Dear All,

I was trying to understand this.
http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue

Let me consider enqueue scenario [ both threads ]

Thread 1 in core 0      | Thread 2 in core 0

pos = 0    |
seq = 0    |
dif = 0    |
cas succeed, pos =1   |
<delay/preempted>
yet to increment seq
                                   |    pos = 1
   |   seq = 0
   | dif = -1
   |    enqueue fails eventhough the queue is not full


Thank you

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Scalable Synchronization Algorithms" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to lock-free+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/CAMYbg%2B%2BuHB_2O7a_pg20pwcJ3hJtCP6HM7W-bFX3ux5pSnRXvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to