Searched refs:maxSecond (Results 1 – 2 of 2) sorted by relevance
378 void WaitForFile(const char *source, unsigned int maxSecond) in WaitForFile() argument380 INIT_ERROR_CHECK(maxSecond <= WAIT_MAX_SECOND, maxSecond = WAIT_MAX_SECOND, in WaitForFile()384 long long maxDuration = maxSecond * BASE_MS_UNIT * BASE_MS_UNIT; // 5s in WaitForFile()396 …K_ONLY_ELOG(duration < maxDuration, "wait for file:%s failed after %d second.", source, maxSecond); in WaitForFile()
72 void WaitForFile(const char *source, unsigned int maxSecond);