Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h70 # define ETIMEDOUT 10060 macro
Dstrerror.c127 case ETIMEDOUT: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/errno/
Dcerrno.pass.cpp327 #ifndef ETIMEDOUT
328 #error ETIMEDOUT not defined
/ndk/sources/cxx-stl/llvm-libc++/src/
Dcondition_variable.cpp71 if (ec != 0 && ec != ETIMEDOUT) in __do_timed_wait()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcerrno223 #ifndef ETIMEDOUT
224 #define ETIMEDOUT 9938
Dsystem_error189 timed_out, // ETIMEDOUT
334 stream_timeout = ETIMEDOUT,
337 timed_out = ETIMEDOUT,
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
Derrc.pass.cpp97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, ""); in main()