[−][src]Module kernel::process
Process and scheduling
Re-exports
pub use trapframe::*; |
pub use cpu::*; |
pub use process::*; |
pub use context::*; |
pub use schedule::*; |
Modules
| context | |
| cpu | |
| process | |
| schedule | |
| trapframe |
Enums
| ProcInPool | Enum describing a process in process pool |
Statics
| CPUS | An array holding all CPU information |
| PROCS_POOL | An array holding all process information. |
Functions
| debug | |
| init⚠ | |
| my_cpu | Get CPU object of current hart. |
| my_proc | Get reference to current running process on current hart. |