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

/ast/src/cmd/ksh93/include/
H A Dfault.h49 #define SH_FORKLIM 16 /* fork timeout interval */ macro
/ast/src/cmd/ksh93/sh/
H A Dxec.c3063 * SH_FORKLIM is the max period between forks - power of 2 usually.
3090 if((forkcnt *= 2) > 1000L*SH_FORKLIM)

Completed in 35 milliseconds