pub fn shm_open<P>(name: &P, flag: OFlag, mode: Mode) -> Result<i32, Errno> where
    P: NixPath + ?Sized
Expand description

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

For more information, see shm_open(3).