Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h38 # define EWOULDBLOCK EAGAIN macro
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/errno/
Dcerrno.pass.cpp335 #ifndef EWOULDBLOCK
336 #error EWOULDBLOCK not defined
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcerrno195 #ifndef EWOULDBLOCK
196 #define EWOULDBLOCK 9930
Dsystem_error177 operation_would_block, // EWOULDBLOCK
321 operation_would_block = EWOULDBLOCK,
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
Derrc.pass.cpp83 static_assert(static_cast<int>(std::errc::operation_would_block) == EWOULDBLOCK, ""); in main()