Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dunix_socket.cc484 bool continue_async = WSAGetLastError() == WSAEWOULDBLOCK; in Connect() local
486 bool continue_async = errno == EINPROGRESS; in Connect() local
501 if (is_blocking_call && res < 0 && continue_async) { in Connect()
508 if (res && !continue_async) in Connect()