Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h58 no_lock_available = int(std::errc::no_lock_available), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h58 no_lock_available = int(std::errc::no_lock_available), enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp177 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available); in mapWindowsError()
178 MAP_ERR_TO_COND(ERROR_LOCKED, no_lock_available); in mapWindowsError()
/external/llvm/lib/Support/
DErrorHandling.cpp177 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available); in mapWindowsError()
178 MAP_ERR_TO_COND(ERROR_LOCKED, no_lock_available); in mapWindowsError()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc88 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available);
89 MAP_ERR_TO_COND(ERROR_LOCKED, no_lock_available);
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp57 static_assert(static_cast<int>(std::errc::no_lock_available) == ENOLCK, ""); in main()
/external/libcxx/include/
Dsystem_error164 no_lock_available, // ENOLCK
307 no_lock_available = ENOLCK,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h546 no_lock_available = ENOLCK, enumerator