Re-exports
pub use context::TaskContext;
pub use action::SignalAction;
pub use action::SignalActions;
pub use manager::add_task;
pub use manager::pid2task;
pub use pid::pid_alloc;
pub use pid::KernelStack;
pub use pid::PidHandle;
pub use processor::current_task;
pub use processor::current_trap_cx;
pub use processor::current_user_token;
pub use processor::run_tasks;
pub use processor::schedule;
pub use processor::take_current_task;
pub use signal::SignalFlags;
pub use signal::MAX_SIG;
Modules
Structs
Constants
- pid of usertests app in make run TEST=1
Functions
- Exit the current ‘Running’ task and run the next task in task list.