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

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_shm.c135 #define SHMSEG_REMOVED 0x0400 macro
253 if ((shmseg->u.shm_perm.mode & (SHMSEG_ALLOCATED | SHMSEG_REMOVED))
303 (shmseg->u.shm_perm.mode & SHMSEG_REMOVED)) {
631 shmseg->u.shm_perm.mode |= SHMSEG_REMOVED;
659 if (shmseg->u.shm_perm.mode & SHMSEG_REMOVED) {
738 shmseg->u.shm_perm.mode = SHMSEG_ALLOCATED | SHMSEG_REMOVED;

Completed in 17 milliseconds