aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/lock_free_queue.h
Commit message (Expand)AuthorAgeFilesLines
* Added a few utility classes, cleaned up the include order of .h files, and st...Michael Bebenita2010-09-071-0/+2
* Implemented an lock free queue based on this paper http://www.cs.rochester.ed...Michael Bebenita2010-08-241-13/+201
* Made the lock_free_queue lock (temporarily, until fixed).Michael Bebenita2010-08-171-0/+3
* Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita2010-07-191-1/+5
* Populate tree.Graydon Hoare2010-06-231-0/+15