Home
last modified time | relevance | path

Searched refs:EOWNERDEAD (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/musl/libc-test/src/functional/
H A Dpthread_robust.c49 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 Derrno.rs727 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 Derrnos.h171 #ifdef EOWNERDEAD in tst_strerrno()
172 PAIR(EOWNERDEAD) in tst_strerrno()
/third_party/python/Modules/
H A Derrnomodule.c845 #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 Dgetpwnam_r-errno.c10 int baderr = EOWNERDEAD; // arbitrary absurd error in main()
H A Dpthread-robust-detach.c50 TX(r, pthread_mutex_timedlock(&mtx, &ts), EOWNERDEAD); in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_mutex_trylock.c46 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/arch/generic/bits/
H A Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h130 #define EOWNERDEAD 165 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h130 #define EOWNERDEAD 165 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h130 #define EOWNERDEAD 165 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/src/thread/
H A Dpthread_mutex_trylock.c79 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
/third_party/musl/libc-test/src/api/
H A Derrno.c73 C(EOWNERDEAD) in f()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs132 pub const EOWNERDEAD: u32 = 130; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs132 pub const EOWNERDEAD: u32 = 130; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs132 pub const EOWNERDEAD: u32 = 130; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs133 pub const EOWNERDEAD: u32 = 165; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs132 pub const EOWNERDEAD: u32 = 130; consts

Completed in 13 milliseconds

1234