Function nc::shm_open

source ยท
pub unsafe fn shm_open<P: AsRef<Path>>(
    name: P,
    flags: i32,
    mode: i32
) -> Result<i32, Errno>
Expand description

Opens (or optionally creates) a POSIX shared memory object named path.