Searched refs:maxthreads (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/gssd-64/
H A Dgssd.c153 static int maxthreads = MAXTHREADS; /* Maximum number of service threads. */ variable
622 maxthreads = atoi(optarg);
623 if (maxthreads < 1)
624 maxthreads = MAXTHREADS;
1583 while (bye == 0 && numthreads >= maxthreads) {
1617 if (numthreads < maxthreads)

Completed in 210 milliseconds