Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h61 no_lock_available = int(std::errc::no_lock_available), enumerator
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h70 {ERROR_LOCK_VIOLATION, errc::no_lock_available}, in __win_err_to_errc()
71 {ERROR_LOCKED, errc::no_lock_available}, in __win_err_to_errc()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp311 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available); in mapWindowsError()
312 MAP_ERR_TO_COND(ERROR_LOCKED, no_lock_available); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h187 no_lock_available = ENOLCK, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1243 return make_error_code(errc::no_lock_available);