Home
last modified time | relevance | path

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

1234

/third_party/musl/src/thread/
Dpthread_mutex_trylock.c36 if (own == 0x3fffffff) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner()
54 if ((type&12)==12 && m->_m_waiters) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner()
65 return (type&4) ? ENOTRECOVERABLE : EBUSY; in __pthread_mutex_trylock_owner()
/third_party/ffmpeg/libavcodec/
Dlibcelt_dec.c45 #ifdef ENOTRECOVERABLE in ff_celt_error_to_averror()
46 case CELT_INVALID_STATE: return AVERROR(ENOTRECOVERABLE); in ff_celt_error_to_averror()
/third_party/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 …]
/third_party/ltp/lib/
Derrnos.h174 #ifdef ENOTRECOVERABLE in tst_strerrno()
175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
/third_party/python/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()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_trylock.c19 if (own == 0x3fffffff) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner()
/third_party/musl/arch/mips/bits/
Derrno.h131 #define ENOTRECOVERABLE 166 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h133 #define ENOTRECOVERABLE 131 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h133 #define ENOTRECOVERABLE 131 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h133 #define ENOTRECOVERABLE 131 macro
/third_party/musl/arch/mips64/bits/
Derrno.h131 #define ENOTRECOVERABLE 166 macro
/third_party/musl/arch/generic/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h133 #define ENOTRECOVERABLE 131 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h132 #define ENOTRECOVERABLE 131 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h131 #define ENOTRECOVERABLE 166 macro
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h63 E(ENOTRECOVERABLE, "State not recoverable")
/third_party/musl/libc-test/src/api/
Derrno.c66 C(ENOTRECOVERABLE) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h63 E(ENOTRECOVERABLE, "State not recoverable")
/third_party/musl/src/errno/
D__strerror.h64 E(ENOTRECOVERABLE, "State not recoverable")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h64 E(ENOTRECOVERABLE, "State not recoverable")
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt60 ENOTRECOVERABLE
/third_party/musl/libc-test/src/functional/
Dpthread_robust.c51 TESTX(r, pthread_mutex_lock(&mtx), ENOTRECOVERABLE, "re-locking orphaned robust mutex"); in f()
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Derrno.rs133 pub const ENOTRECOVERABLE: u32 = 131; constant

1234