aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/interrupt_transparent_queue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented an lock free queue based on this paper ↵Michael Bebenita2010-08-241-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.