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

/xnu-2782.1.97/bsd/sys/
H A Dsem_internal.h121 * demand in even increments of SEMMNI_INC, SEMMNS_INC, and SEMMNU_INC.
198 #define SEMMNI_INC 8 /* increment value for semaphore identifiers */ macro
/xnu-2782.1.97/bsd/kern/
H A Dsysv_sem.c342 newSize = (newSize/SEMMNI_INC + 1) * SEMMNI_INC;

Completed in 77 milliseconds