Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h70 resource_unavailable_try_again = enumerator
71 int(std::errc::resource_unavailable_try_again),
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h75 {ERROR_NOT_READY, errc::resource_unavailable_try_again}, in __win_err_to_errc()
85 {ERROR_RETRY, errc::resource_unavailable_try_again}, in __win_err_to_errc()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp280 MAP_ERR_TO_COND(ERROR_NOT_READY, resource_unavailable_try_again); in mapWindowsError()
288 MAP_ERR_TO_COND(ERROR_RETRY, resource_unavailable_try_again); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h199 resource_unavailable_try_again = EAGAIN, in _LIBCPP_DECLARE_STRONG_ENUM()