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

/darwin-on-arm/xnu/bsd/sys/
H A Dshm_internal.h145 __private_extern__ void shmexec(struct proc *);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1018 * Use shmexec(): we have no address space, so no mappings
1022 shmexec(p);
H A Dsysv_shm.c953 * shmexec() is like shmexit(), only it doesn't delete the mappings,
959 shmexec(struct proc *p) function
H A Dkern_exec.c108 #include <sys/shm_internal.h> /* shmexec() */
998 shmexec(p);

Completed in 22 milliseconds