pub unsafe fn syscall_create_pipe() -> Result<(usize, usize), SyscallError>
Expand description

Safety

This function creates a pipe and return the descriptors. Callers must ensure to use the descriptors correctly.