Searched defs:exit (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/ | ||
D | stdlib.c | 57 void exit(int status) in exit() function |
/DragonOS-0.1.8/kernel/src/process/ | ||
D | syscall.rs | 56 pub fn exit(status: usize) -> ! { in exit() method |