aboutsummaryrefslogtreecommitdiff
path: root/src/rt/util/synchronized_indexed_list.h
Commit message (Collapse)AuthorAgeFilesLines
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
|
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* Cleanup, refactoring, and some runtime tests.Michael Bebenita2010-09-101-2/+2
|
* Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵Graydon Hoare2010-09-081-1/+12
| | | | primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.
* Cleaned up locking in the kernel.Michael Bebenita2010-09-081-7/+1
|
* Small updates to util classes.Michael Bebenita2010-09-071-1/+15
|
* Added a few utility classes, cleaned up the include order of .h files, and ↵Michael Bebenita2010-09-071-0/+56
started to make the Rust kernel own domain message queues rather than the Rust domains themselves.