Home
last modified time | relevance | path

Searched defs:shm_fd (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/tests/
H A Dpread.c144 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable
H A Darm_mte_alias_restriction.c138 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT | O_EXCL); variable
244 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT | O_EXCL); variable
H A Dpwrite.c112 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable
H A Dunrecoverable_trap_test.c190 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT); variable