Skip to main content
pipe
fs_
ext4_
strate
0.1.0
In fs_
ext4_
strate::
syscalls::
call
fs_ext4_strate
::
syscalls
::
call
Function
pipe
Copy item path
Source
pub fn pipe() ->
Result
<(
u32
,
u32
),
Error
>
Expand description
Create a pipe. Returns (read_fd, write_fd).