Searched refs:timeout_time_ns (Results 1 – 1 of 1) sorted by relevance
369 uint64_t timeout_time_ns = gettime_ns() + timeout * UINT64_C(1000000000); in wait_for_file() local372 while (gettime_ns() < timeout_time_ns && ((ret = stat(filename, &info)) < 0)) in wait_for_file()