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

/xnu-2782.1.97/bsd/sys/
H A Dsem_internal.h119 * Configuration parameters. SEMMNI, SEMMNS, and SEMMNU are hard limits.
128 #ifndef SEMMNS /* # of semaphores in system */
129 #define SEMMNS (1048576/sizeof(struct sem)) macro
132 #define SEMMNI SEMMNS /* max of 1 for each semaphore */
138 #define SEMMNU SEMMNS /* 1 for each semaphore. This is quite large */
146 #define SEMMSL SEMMNS /* max # of semaphores per id */
/xnu-2782.1.97/bsd/kern/
H A Dsysv_sem.c90 SEMMNS, /* # of semaphores in system */

Completed in 25 milliseconds