Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dsocket_handle_waiter.cc72 std::vector<HandleWithSubscription>* handles, in ProcessReadyHandles()
82 HandleWithSubscription& oldest_handle = handles->at(0); in ProcessReadyHandles()
83 for (HandleWithSubscription& handle : *handles) { in ProcessReadyHandles()
126 std::vector<HandleWithSubscription> ready_handles; in ProcessHandles()
138 HandleWithSubscription{handle, &(mapping_it->second)}); in ProcessHandles()
Dsocket_handle_waiter.h90 struct HandleWithSubscription { struct
99 void ProcessReadyHandles(std::vector<HandleWithSubscription>* handles, argument