Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp62067 bool continue_async = WSAGetLastError() == WSAEWOULDBLOCK; in Connect() local
62069 bool continue_async = errno == EINPROGRESS; in Connect() local
62071 if (res && !continue_async) in Connect()