/third_party/musl/libc-test/src/functional/ |
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/ |
D | errno.rs | 727 EOWNERDEAD => "Owner died", in desc() 730 EOWNERDEAD => "Process died with lock", in desc() 862 EOWNERDEAD => "Previous owner died", in desc() 1252 EOWNERDEAD = libc::EOWNERDEAD, enumerator 1397 libc::EOWNERDEAD => EOWNERDEAD, in from_i32() 1519 EOWNERDEAD = libc::EOWNERDEAD, enumerator 1637 libc::EOWNERDEAD => EOWNERDEAD, in from_i32() 1746 EOWNERDEAD = libc::EOWNERDEAD, enumerator 1750 pub const ELAST: Errno = Errno::EOWNERDEAD; 1855 libc::EOWNERDEAD => EOWNERDEAD, in from_i32() [all …]
|
/third_party/ltp/lib/ |
D | errnos.h | 171 #ifdef EOWNERDEAD in tst_strerrno() 172 PAIR(EOWNERDEAD) in tst_strerrno()
|
/third_party/python/Modules/ |
D | errnomodule.c | 841 #ifdef EOWNERDEAD in errno_exec() 842 add_errcode("EOWNERDEAD", EOWNERDEAD, "Owner died"); in errno_exec() 858 #ifdef EOWNERDEAD in errno_exec() 859 add_errcode("EOWNERDEAD", EOWNERDEAD, "Process died with the lock"); in errno_exec()
|
/third_party/musl/libc-test/src/regression/ |
D | getpwnam_r-errno.c | 10 int baderr = EOWNERDEAD; // arbitrary absurd error in main()
|
D | pthread-robust-detach.c | 50 TX(r, pthread_mutex_timedlock(&mtx, &ts), EOWNERDEAD); in f()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutex_trylock.c | 46 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 130 #define EOWNERDEAD 165 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 130 #define EOWNERDEAD 165 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 132 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 131 #define EOWNERDEAD 130 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 130 #define EOWNERDEAD 165 macro
|
/third_party/musl/src/thread/ |
D | pthread_mutex_trylock.c | 79 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 64 E(EOWNERDEAD, "Previous owner died")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 73 C(EOWNERDEAD) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 64 E(EOWNERDEAD, "Previous owner died")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 65 E(EOWNERDEAD, "Previous owner died")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 65 E(EOWNERDEAD, "Previous owner died")
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 63 EOWNERDEAD
|