Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp80 static_assert(static_cast<int>(std::errc::operation_in_progress) == EINPROGRESS, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc121 MAP_ERR_TO_COND(WSAEINPROGRESS, operation_in_progress);
/external/libcxx/include/
Dsystem_error181 operation_in_progress, // EINPROGRESS
336 operation_in_progress = EINPROGRESS,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h579 operation_in_progress = EINPROGRESS, enumerator