Searched refs:diffNs (Results 1 – 1 of 1) sorted by relevance
390 const int64_t diffNs = stream->getStopTimeNs() - nowNs; in run() local391 if (diffNs > 0) { in run()392 waitTimeNs = std::min(waitTimeNs, diffNs); in run()