aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/sync.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup, refactoring, and some runtime tests.Michael Bebenita2010-09-101-0/+12
|
* Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵Graydon Hoare2010-09-081-4/+5
| | | | primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.
* Fixed race in the rust kernel.Michael Bebenita2010-09-071-2/+7
|
* Added a thread utility class to factor out operations on threads.Michael Bebenita2010-09-071-0/+43
|
* Putting out the burning tree on Windows. Turns out you can completely starve ↵Michael Bebenita2010-08-161-1/+1
| | | | threads by not yielding on windows/vmware, really weird.
* Added class to abstract away platform specific thread primitives.Michael Bebenita2010-08-091-0/+12