Searched refs:gExecTimeOutTime (Results 1 – 2 of 2) sorted by relevance
104 int gExecTimeOutTime = 0; // Execution timeout interval in sec (0 indicates no timeout) variable525 gExecTimeOutTime = atoi(optionStr); in parseOption()526 if (gExecTimeOutTime <= 0) in parseOption()594 printf("Execute time out : %d sec.\n", gExecTimeOutTime); in parseOption()831 if (gExecTimeOutTime > 0) in procPrintf()836 if (currentTime - gStartTime >= gExecTimeOutTime) in procPrintf()
111 int gExecTimeOutTime = 0; // Execution timeout interval in sec (0 indicates no timeout) variable632 gExecTimeOutTime = atoi(optionStr); in parseOption()633 if (gExecTimeOutTime <= 0) in parseOption()701 printf("Execute time out : %d sec.\n", gExecTimeOutTime); in parseOption()960 if (gExecTimeOutTime > 0) in procPrintf()965 if (currentTime - gStartTime >= gExecTimeOutTime) in procPrintf()