Skip to main content
pipe
strat9_
kernel
0.1.0
In strat9_
kernel::
vfs
strat9_kernel
::
vfs
Function
pipe
Copy item path
Source
pub fn pipe() ->
Result
<(
u32
,
u32
),
SyscallError
>
Expand description
Create a pipe, returning (read_fd, write_fd).