Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/
H A Derrno.h105 #ifndef EALREADY
106 #define EALREADY 9907 macro
H A D__errc32 connection_already_in_progress, // EALREADY
129 connection_already_in_progress = EALREADY,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp43 #ifndef EALREADY
44 #error EALREADY not defined
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp30 static_assert(static_cast<int>(std::errc::connection_already_in_progress) == EALREADY, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td66 Macro<"EALREADY">,