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

/ast/src/cmd/ksh93/sh/
H A Dxec.c3083 static long forkcnt = 1000L; local
3090 if((forkcnt *= 2) > 1000L*SH_FORKLIM)
3092 forkcnt=1000L;
3095 timeout = (void*)sh_timeradd(forkcnt, 0, timed_out, NIL(void*));
3101 else if(forkcnt>1000L)
3102 forkcnt /= 2;
3108 forkcnt = 1000L;

Completed in 18 milliseconds