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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dposix_shm.h74 #define PSHM_DEFINED 2 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dposix_shm.c121 #define PSHM_DEFINED 0x002 macro
505 pinfo->pshm_flags = PSHM_DEFINED | PSHM_INCREATE;
694 if ((pinfo->pshm_flags & (PSHM_DEFINED|PSHM_ALLOCATING|PSHM_ALLOCATED))
695 != PSHM_DEFINED) {
1086 if ((pinfo->pshm_flags & (PSHM_DEFINED | PSHM_ALLOCATED))==0) {

Completed in 176 milliseconds