about summary refs log tree commit diff
path: root/src/rt/sync/interrupt_transparent_queue.cpp
AgeCommit message (Collapse)AuthorLines
2010-08-24Implemented an lock free queue based on this paper ↵Michael Bebenita-0/+56
http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf, the "lock free queue" we had before wasn't lock free at all.