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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c170 #define SEM_MAXUCOPS 4096 /* max # of unchecked ops per semop call */ macro
913 * SEM_MAXUCOPS.
919 else if (nsops <= SEM_MAXUCOPS)
922 if (nsops > SEM_MAXUCOPS) {

Completed in 61 milliseconds