Searched refs:MAX_REASONABLE_NSEC (Results 1 – 2 of 2) sorted by relevance
175 constexpr static int MAX_REASONABLE_NSEC = 1'000'000'000ULL; // 1 second variable
161 if (desiredPresent < expectedPresent - MAX_REASONABLE_NSEC || in acquireBuffer()209 desiredPresent > expectedPresent + MAX_REASONABLE_NSEC; in acquireBuffer()