Home
last modified time | relevance | path

Searched refs:blockUntil (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.cpp357 const auto blockUntil = blockUntilDataIsAvailable ? TimePoint::max() : TimePoint{}; in takeAll() local
360 lock, blockUntil, [this]() REQUIRES(mMutex) { return !mChannel.empty() || mTeardown; }); in takeAll()