Home
last modified time | relevance | path

Searched refs:stream_timeout (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h605 stream_timeout = ETIME, enumerator
607 stream_timeout = ETIMEDOUT,
/external/libcxx/include/
Dsystem_error194 stream_timeout, // ETIME
350 stream_timeout = ETIME,
352 stream_timeout = ETIMEDOUT,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp94 static_assert(static_cast<int>(std::errc::stream_timeout) == ETIME, ""); in main()