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

/macosx-10.9.5/gssd-62/
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;
1581 while (bye == 0 && numthreads >= maxthreads) {
1615 if (numthreads < maxthreads)

Completed in 117 milliseconds