Home
last modified time | relevance | path

Searched refs:M_SHM (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dmalloc.h108 #define M_SHM 29 /* SVID compatible shared memory segments */ macro
/xnu-10063.101.15/bsd/kern/
H A Dposix_sem.c304 psemhashtbl = hashinit((int)(posix_sem_max / 2), M_SHM, &psemhash); in psem_cache_init()