about summary refs log tree commit diff
path: root/src/rt/util/synchronized_indexed_list.h
AgeCommit message (Collapse)AuthorLines
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-74/+0
Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-1/+0
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare-1/+1
build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare-1/+1
off src root.
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-2/+2
2010-09-08Tidy up the sync dir, remove dead or mis-designed code in favour of OS ↵Graydon Hoare-1/+12
primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.
2010-09-08Cleaned up locking in the kernel.Michael Bebenita-7/+1
2010-09-07Small updates to util classes.Michael Bebenita-1/+15
2010-09-07Added a few utility classes, cleaned up the include order of .h files, and ↵Michael Bebenita-0/+56
started to make the Rust kernel own domain message queues rather than the Rust domains themselves.