Function nix::sys::mman::shm_open

source ·
pub fn shm_open<P>(name: &P, flag: OFlag, mode: Mode) -> Result<RawFd>where
    P: ?Sized + NixPath,
Available on crate features mman and fs only.
Expand description

Creates and opens a new, or opens an existing, POSIX shared memory object.

For more information, see shm_open(3).