fn sys_proc_exit(exit_code: u64) -> Result<u64, SyscallError>Expand description
SYS_PROC_EXIT (300): Exit the current task.
Marks the task as Dead and yields. This function never returns to the caller.
fn sys_proc_exit(exit_code: u64) -> Result<u64, SyscallError>SYS_PROC_EXIT (300): Exit the current task.
Marks the task as Dead and yields. This function never returns to the caller.