MCPcopy 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]
220pub 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_sizeFunction · 0.50

Calls 1

as_fdMethod · 0.45

Tested by 2

test_fcntl_setpipe_sizeFunction · 0.40