Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DErrc.h57 no_lock_available = int(std::errc::no_lock_available), enumerator
/openbsd/src/gnu/llvm/llvm/lib/Support/
DErrorHandling.cpp275 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available); in mapWindowsError()
276 MAP_ERR_TO_COND(ERROR_LOCKED, no_lock_available); in mapWindowsError()
/openbsd/src/gnu/llvm/libcxx/include/
D__errc60 no_lock_available, // ENOLCK
157 no_lock_available = ENOLCK,
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Doperations.cpp443 {ERROR_LOCK_VIOLATION, errc::no_lock_available}, in __win_err_to_errc()
444 {ERROR_LOCKED, errc::no_lock_available}, in __win_err_to_errc()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc1229 return make_error_code(errc::no_lock_available);