Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp83 static_assert(static_cast<int>(std::errc::operation_would_block) == EWOULDBLOCK, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc139 MAP_ERR_TO_COND(WSAEWOULDBLOCK, operation_would_block);
/external/libcxx/include/
Dsystem_error184 operation_would_block, // EWOULDBLOCK
339 operation_would_block = EWOULDBLOCK,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h582 operation_would_block = EWOULDBLOCK, enumerator