Searched defs:shm_fd (Results 1 – 4 of 4) sorted by relevance
144 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable
138 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT | O_EXCL); variable244 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT | O_EXCL); variable
112 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable
190 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT); variable