Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket.cc456 bool continue_async = WSAGetLastError() == WSAEWOULDBLOCK; in Connect() local
458 bool continue_async = errno == EINPROGRESS; in Connect() local