Searched refs:maxSecond (Results 1 – 2 of 2) sorted by relevance
325 void WaitForFile(const char *source, unsigned int maxSecond) in WaitForFile() argument327 …INIT_ERROR_CHECK(maxSecond <= WAIT_MAX_SECOND, maxSecond = WAIT_MAX_SECOND, "WaitForFile max time … in WaitForFile()331 unsigned int maxCount = maxSecond * 2; in WaitForFile()340 …_CHECK_ONLY_ELOG(count != maxCount, "wait for file:%s failed after %d second.", source, maxSecond); in WaitForFile()
64 void WaitForFile(const char *source, unsigned int maxSecond);