rustix::backend::fs::syscalls

Function flock

Source
pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> Result<()>