Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dsocket_handle_waiter.cc82 HandleWithSubscription& oldest_handle = handles->at(0); in ProcessReadyHandles() local
92 oldest_handle = handle; in ProcessReadyHandles()
102 oldest_handle.subscription->last_updated = now_function_(); in ProcessReadyHandles()
103 oldest_handle.subscription->subscriber->ProcessReadyHandle( in ProcessReadyHandles()
104 oldest_handle.ready_handle.handle, oldest_handle.ready_handle.flags); in ProcessReadyHandles()