Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ fcntl_setpipe_size
Function
fcntl_setpipe_size
src/pipe.rs:220–222 ·
view source on GitHub ↗
(fd: Fd, size: usize)
Source
from the content-addressed store, hash-verified
218
#[cfg(linux_kernel)]
219
#[inline]
220
pub fn fcntl_setpipe_size<Fd: AsFd>(fd: Fd, size: usize) -> io::Result<usize> {
221
backend::pipe::syscalls::fcntl_setpipe_size(fd.as_fd(), size)
222
}
Callers
2
test_fcntl_setpipe_size
Function · 0.50
test_fcntl_pipe_sized_writes
Function · 0.50
Calls
1
as_fd
Method · 0.45
Tested by
2
test_fcntl_setpipe_size
Function · 0.40
test_fcntl_pipe_sized_writes
Function · 0.40