aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/sync.h
Commit message (Expand)AuthorAgeFilesLines
* Add a virtual destructor to rust_thread in sync.h, to quiet the compilerPatrick Walton2010-10-201-0/+2
* Cleanup, refactoring, and some runtime tests.Michael Bebenita2010-09-101-0/+2
* Fixed race in the rust kernel.Michael Bebenita2010-09-071-0/+3
* Added a thread utility class to factor out operations on threads.Michael Bebenita2010-09-071-0/+21
* Implemented an lock free queue based on this paper http://www.cs.rochester.ed...Michael Bebenita2010-08-241-0/+5
* Added class to abstract away platform specific thread primitives.Michael Bebenita2010-08-091-0/+9