Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dfault.h49 #define SH_FORKLIM 16 /* fork timeout interval */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c2382 if((forkcnt *= 2) > 1000L*SH_FORKLIM) in _sh_fork()