/external/libcxx/include/ |
D | errno.h | 36 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) 50 #ifdef ENOTRECOVERABLE 61 #define ENOTRECOVERABLE __elast1 macro 64 #define ELAST ENOTRECOVERABLE 70 #define ENOTRECOVERABLE __elast2 macro 73 #define ELAST ENOTRECOVERABLE 214 #ifndef ENOTRECOVERABLE 215 #define ENOTRECOVERABLE 9934 macro
|
D | __errc | 90 state_not_recoverable, // ENOTRECOVERABLE 199 state_not_recoverable = ENOTRECOVERABLE,
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | errno.h | 37 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) 51 #ifdef ENOTRECOVERABLE 62 #define ENOTRECOVERABLE __elast1 macro 65 #define ELAST ENOTRECOVERABLE 71 #define ENOTRECOVERABLE __elast2 macro 74 #define ELAST ENOTRECOVERABLE 215 #ifndef ENOTRECOVERABLE 216 #define ENOTRECOVERABLE 9934 macro
|
/external/musl/src/thread/ |
D | pthread_mutex_trylock.c | 24 if (own == 0x3fffffff) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner() 39 if ((type&12)==12 && m->_m_waiters) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner() 48 return (type&4) ? ENOTRECOVERABLE : EBUSY; in __pthread_mutex_trylock_owner()
|
/external/ltp/lib/ |
D | errnos.h | 174 #ifdef ENOTRECOVERABLE in tst_strerrno() 175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
|
/external/rust/crates/nix/src/ |
D | errno.rs | 737 ENOTRECOVERABLE => "State not recoverable", in desc() 740 ENOTRECOVERABLE => "Lock is not recoverable", in desc() 853 ENOTRECOVERABLE => "State not recoverable", in desc() 1253 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator 1398 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32() 1518 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator 1636 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32() 1745 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator 1854 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, in from_i32() 1961 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, enumerator [all …]
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 844 #ifdef ENOTRECOVERABLE in errno_exec() 845 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable"); in errno_exec() 861 #ifdef ENOTRECOVERABLE in errno_exec() 862 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable"); in errno_exec()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 249 #ifndef ENOTRECOVERABLE 250 #error ENOTRECOVERABLE not defined
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 249 #ifndef ENOTRECOVERABLE 250 #error ENOTRECOVERABLE not defined
|
/external/strace/tests-mx32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 164 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
|
/external/musl/arch/mipsn32/bits/ |
D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/external/musl/arch/mips/bits/ |
D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/external/musl/arch/mips64/bits/ |
D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/external/musl/arch/generic/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/external/musl/arch/powerpc64/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/external/musl/arch/powerpc/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/ |
D | errc.h | 198 state_not_recoverable = ENOTRECOVERABLE, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/external/musl/src/errno/ |
D | __strerror.h | 64 E(ENOTRECOVERABLE, "State not recoverable")
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 181 ERROR_ENTRY(ENOTRECOVERABLE), // State not recoverable
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 94 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 92 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
|