Moved thread management to rust_kernel.

This commit is contained in:
Eric Holk
2011-06-24 16:50:06 -07:00
committed by Graydon Hoare
parent c6d8324830
commit f6f945fed5
9 changed files with 91 additions and 86 deletions

View File

@@ -22,6 +22,7 @@ rust_task : public maybe_proxy<rust_task>,
rust_crate_cache *cache;
// Fields known only to the runtime.
rust_kernel *kernel;
const char *const name;
rust_task_list *state;
rust_cond *cond;