shm_open
int shm_open(const char *, int, mode_t);
int fd = shm_open("/shm_semtest_a", o_flags, 0644);