Home
last modified time | relevance | path

Searched defs:exit (Results 1 – 4 of 4) 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.rs242 pub fn exit(status: usize) -> ! { in exit() method
H A Dmod.rs74 pub mod exit; module
384 pub fn exit(exit_code: usize) -> ! { in exit() method
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs308 pub fn exit(&mut self) -> Exit { in exit() method