Searched refs:shm_open (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmman.h220 int shm_open(const char *, int, ...);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c106 my_fd = shm_open( &my_name[0], (O_RDWR | O_CREAT | O_EXCL), S_IRWXU );
111 printf( "shm_open failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
116 printf( "shm_open failed to open a shared memory object with name \"%s\" \n", &my_name[0] );
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile183 shm_open.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_shm.c367 shm_open(proc_t p, struct shm_open_args *uap, int32_t *retval) function
813 * This is called only from shm_open which holds pshm_lock();

Completed in 71 milliseconds