Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dsocket_handle_waiter.cc81 Clock::time_point oldest_time = Clock::time_point::max(); in ProcessReadyHandles() local
90 if (handle.subscription->last_updated < oldest_time) { in ProcessReadyHandles()
91 oldest_time = handle.subscription->last_updated; in ProcessReadyHandles()
97 if (oldest_time == Clock::time_point::max()) { in ProcessReadyHandles()