Searched refs:nextSampleTime (Results 1 – 1 of 1) sorted by relevance
115 int64_t nextSampleTime = mLastSampleTimeNs + mSamplingPeriodNs; in run() local117 if (now >= nextSampleTime) { in run()119 nextSampleTime = mLastSampleTimeNs + mSamplingPeriodNs; in run()123 mWaitCV.wait_for(runLock, std::chrono::nanoseconds(nextSampleTime - now)); in run()