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

/xnu-2782.1.97/bsd/sys/
H A Dposix_shm.h74 #define PSHM_DEFINED 2 macro
/xnu-2782.1.97/bsd/kern/
H A Dposix_shm.c121 #define PSHM_DEFINED 0x002 macro
501 pinfo->pshm_flags = PSHM_DEFINED | PSHM_INCREATE;
690 if ((pinfo->pshm_flags & (PSHM_DEFINED|PSHM_ALLOCATING|PSHM_ALLOCATED))
691 != PSHM_DEFINED) {
1082 if ((pinfo->pshm_flags & (PSHM_DEFINED | PSHM_ALLOCATED))==0) {

Completed in 27 milliseconds