nix::sys::mman

Function shm_open

Source
pub fn shm_open<P: ?Sized + NixPath>(
    name: &P,
    flag: OFlag,
    mode: Mode,
) -> Result<RawFd>