Added a library version of spawn. Before long, we can remove the old version.

This commit is contained in:
Eric Holk
2011-08-10 18:48:57 -07:00
parent 871d1317e5
commit b2dad8af31
8 changed files with 161 additions and 30 deletions

View File

@@ -109,6 +109,7 @@ rust_task : public kernel_owned<rust_task>, rust_cond
void start(uintptr_t spawnee_fn,
uintptr_t args);
void start();
void grow(size_t n_frame_bytes);
bool running();
bool blocked();