Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dposix_sem.c156 long posix_sem_max = 10000; /* tunable for max POSIX semaphores */ variable
160 SYSCTL_LONG(_kern_posix_sem, OID_AUTO, max, CTLFLAG_RW | CTLFLAG_LOCKED, &posix_sem_max, "max");
269 if (psemnument >= posix_sem_max) { in psem_cache_add()
304 psemhashtbl = hashinit((int)(posix_sem_max / 2), M_SHM, &psemhash); in psem_cache_init()