Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp29 static_assert(static_cast<int>(std::errc::connection_already_in_progress) == EALREADY, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc113 MAP_ERR_TO_COND(WSAEALREADY, connection_already_in_progress);
/external/libcxx/include/
Dsystem_error136 connection_already_in_progress, // EALREADY
279 connection_already_in_progress = EALREADY,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h514 connection_already_in_progress = EALREADY, enumerator