/third_party/musl/libc-test/src/functional/ |
H A D | pthread_robust.c | 49 TESTX(r, pthread_mutex_lock(&mtx), EOWNERDEAD, "locking orphaned robust mutex"); in f() 57 TESTX(r, pthread_mutex_lock(&mtx), EOWNERDEAD, "locking orphaned robust mutex"); in f() 70 TESTX(r, pthread_mutex_lock(&mtx), EOWNERDEAD, ""); in f()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 727 EOWNERDEAD => "Owner died", 730 EOWNERDEAD => "Process died with lock", 862 EOWNERDEAD => "Previous owner died", 1252 EOWNERDEAD = libc::EOWNERDEAD, 1397 libc::EOWNERDEAD => EOWNERDEAD, 1519 EOWNERDEAD = libc::EOWNERDEAD, 1637 libc::EOWNERDEAD [all...] |
/third_party/ltp/lib/ |
H A D | errnos.h | 171 #ifdef EOWNERDEAD in tst_strerrno() 172 PAIR(EOWNERDEAD) in tst_strerrno()
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 845 #ifdef EOWNERDEAD in errno_exec() 846 add_errcode("EOWNERDEAD", EOWNERDEAD, "Owner died"); in errno_exec() 862 #ifdef EOWNERDEAD in errno_exec() 863 add_errcode("EOWNERDEAD", EOWNERDEAD, "Process died with the lock"); in errno_exec()
|
/third_party/musl/libc-test/src/regression/ |
H A D | getpwnam_r-errno.c | 10 int baderr = EOWNERDEAD; // arbitrary absurd error in main()
|
H A D | pthread-robust-detach.c | 50 TX(r, pthread_mutex_timedlock(&mtx, &ts), EOWNERDEAD); in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_mutex_trylock.c | 46 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 130 #define EOWNERDEAD 165 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 130 #define EOWNERDEAD 165 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 130 #define EOWNERDEAD 165 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/src/thread/ |
H A D | pthread_mutex_trylock.c | 79 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 73 C(EOWNERDEAD) in f()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 132 pub const EOWNERDEAD: u32 = 130; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 132 pub const EOWNERDEAD: u32 = 130; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 132 pub const EOWNERDEAD: u32 = 130; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 133 pub const EOWNERDEAD: u32 = 165; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 132 pub const EOWNERDEAD: u32 = 130; consts
|