Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/loadrun/
Dloadrun.c101 int gTimeOutTime = 0; // Timeout interval in sec (0 indicates no timeout) variable
516 gTimeOutTime = atoi(optionStr); in parseOption()
517 if (gTimeOutTime <= 0) in parseOption()
593 printf("Print time out : %d sec.\n", gTimeOutTime); in parseOption()
818 if (gTimeOutTime && blankTime > gTimeOutTime * 1000) in procPrintf()
/TwlSDK-5.5/build/tools/loadrun.TWL/
Dloadrun.c108 int gTimeOutTime = 0; // Timeout interval in sec (0 indicates no timeout) variable
623 gTimeOutTime = atoi(optionStr); in parseOption()
624 if (gTimeOutTime <= 0) in parseOption()
700 printf("Print time out : %d sec.\n", gTimeOutTime); in parseOption()
946 if (gTimeOutTime && blankTime > gTimeOutTime * 1000) in procPrintf()