Searched refs:no_lock_available (Results 1 – 5 of 5) sorted by relevance
61 no_lock_available = int(std::errc::no_lock_available), enumerator
70 {ERROR_LOCK_VIOLATION, errc::no_lock_available}, in __win_err_to_errc() 71 {ERROR_LOCKED, errc::no_lock_available}, in __win_err_to_errc()
311 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available); in mapWindowsError()312 MAP_ERR_TO_COND(ERROR_LOCKED, no_lock_available); in mapWindowsError()
187 no_lock_available = ENOLCK, in _LIBCPP_DECLARE_STRONG_ENUM()
1243 return make_error_code(errc::no_lock_available);