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

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

Completed in 262 milliseconds