Searched refs:forkcnt (Results 1 – 2 of 2) sorted by relevance
240 int forkcnt = 1; local273 if ((forkcnt = (forkcnt * 2)) > FORKLIM)292 sh_sleep(forkcnt);
3100 static long forkcnt = 1000L; in _sh_fork() local3107 if((forkcnt *= 2) > 1000L*SH_FORKLIM) in _sh_fork()3109 forkcnt=1000L; in _sh_fork()3112 timeout = (void*)sh_timeradd(forkcnt, 0, timed_out, NIL(void*)); in _sh_fork()3118 else if(forkcnt>1000L) in _sh_fork()3119 forkcnt /= 2; in _sh_fork()3125 forkcnt = 1000L; in _sh_fork()