Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE (Results 1 – 25 of 74) sorted by relevance

123

/external/libcxx/include/
Derrno.h36 #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__errc90 state_not_recoverable, // ENOTRECOVERABLE
199 state_not_recoverable = ENOTRECOVERABLE,
/external/cronet/buildtools/third_party/libc++/trunk/include/
Derrno.h37 #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/
Dpthread_mutex_trylock.c24 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/
Derrnos.h174 #ifdef ENOTRECOVERABLE in tst_strerrno()
175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
/external/rust/crates/nix/src/
Derrno.rs737 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/
Derrnomodule.c844 #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/
Dcerrno.pass.cpp249 #ifndef ENOTRECOVERABLE
250 #error ENOTRECOVERABLE not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/
Dcerrno.pass.cpp249 #ifndef ENOTRECOVERABLE
250 #error ENOTRECOVERABLE not defined
/external/strace/tests-mx32/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/external/strace/tests/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c339 #ifdef ENOTRECOVERABLE in errno2name()
340 CASE(ENOTRECOVERABLE); in errno2name()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h164 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h131 #define ENOTRECOVERABLE 166 macro
/external/musl/arch/mips/bits/
Derrno.h131 #define ENOTRECOVERABLE 166 macro
/external/musl/arch/mips64/bits/
Derrno.h131 #define ENOTRECOVERABLE 166 macro
/external/musl/arch/generic/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/external/musl/arch/powerpc64/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/external/musl/arch/powerpc/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/
Derrc.h198 state_not_recoverable = ENOTRECOVERABLE, in _LIBCPP_DECLARE_STRONG_ENUM()
/external/musl/src/errno/
D__strerror.h64 E(ENOTRECOVERABLE, "State not recoverable")
/external/libbrillo/brillo/errors/
Derror_codes.cc181 ERROR_ENTRY(ENOTRECOVERABLE), // State not recoverable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/syserr/
Derrc.pass.cpp94 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp92 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()

123