/third_party/musl/src/thread/ |
H A D | pthread_mutex_trylock.c | 36 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/ |
H A D | libcelt_dec.c | 45 #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/ |
H A D | errno.rs | 737 ENOTRECOVERABLE => "State not recoverable", 740 ENOTRECOVERABLE => "Lock is not recoverable", 853 ENOTRECOVERABLE => "State not recoverable", 1253 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, 1398 libc::ENOTRECOVERABLE => ENOTRECOVERABLE, 1518 ENOTRECOVERABLE = libc::ENOTRECOVERABLE, 1636 libc::ENOTRECOVERABLE [all...] |
/third_party/ltp/lib/ |
H A D | errnos.h | 174 #ifdef ENOTRECOVERABLE in tst_strerrno() 175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 848 #ifdef ENOTRECOVERABLE in errno_exec() 849 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable"); in errno_exec() 865 #ifdef ENOTRECOVERABLE in errno_exec() 866 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_mutex_trylock.c | 19 if (own == 0x3fffffff) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_robust.c | 51 TESTX(r, pthread_mutex_lock(&mtx), ENOTRECOVERABLE, "re-locking orphaned robust mutex"); in f()
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 66 C(ENOTRECOVERABLE) in f()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 133 pub const ENOTRECOVERABLE: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 133 pub const ENOTRECOVERABLE: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 133 pub const ENOTRECOVERABLE: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 134 pub const ENOTRECOVERABLE: u32 = 166; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 133 pub const ENOTRECOVERABLE: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | errno.rs | 133 pub const ENOTRECOVERABLE: u32 = 131; consts
|