Searched refs:SEMMNS_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.
199 #define SEMMNS_INC 64 /* increment value for semaphores */ macro
/xnu-2782.1.97/bsd/kern/
H A Dsysv_sem.c424 new_pool_size = (new_pool_size/SEMMNS_INC + 1) * SEMMNS_INC;

Completed in 21 milliseconds