Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.c104 int gExecTimeOutTime = 0; // Execution timeout interval in sec (0 indicates no timeout) variable
525 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()
/TwlSDK-5.1.0/build/tools/loadrun.TWL/
Dloadrun.c111 int gExecTimeOutTime = 0; // Execution timeout interval in sec (0 indicates no timeout) variable
632 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()