Home
last modified time | relevance | path

Searched defs:exit (Results 1 – 3 of 3) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dtui.rs72 pub fn exit(&mut self) -> AppResult<()> { in exit() method
/DragonOS/kernel/src/process/
H A Dsyscall.rs184 pub fn exit(status: usize) -> ! { in exit() method
H A Dmod.rs74 pub mod exit; module
385 pub fn exit(exit_code: usize) -> ! { in exit() method