aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/lock_and_signal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added lock_and_signal::signal_all(), and made the rust_kernel::join() use ↵Michael Bebenita2010-09-101-9/+24
| | | | wait instead of yield.
* Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵Graydon Hoare2010-09-081-0/+97
primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.