Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dunix_socket.cc383 bool continue_async = WSAGetLastError() == WSAEWOULDBLOCK; in Connect() local
385 bool continue_async = errno == EINPROGRESS; in Connect() local
387 if (res && !continue_async) in Connect()