Home
last modified time | relevance | path

Searched refs:EOWNERDEAD (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/musl/libc-test/src/functional/
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/
Derrno.rs727 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/
Derrnos.h171 #ifdef EOWNERDEAD in tst_strerrno()
172 PAIR(EOWNERDEAD) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c841 #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/
Dgetpwnam_r-errno.c10 int baderr = EOWNERDEAD; // arbitrary absurd error in main()
Dpthread-robust-detach.c50 TX(r, pthread_mutex_timedlock(&mtx, &ts), EOWNERDEAD); in f()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_trylock.c46 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
/third_party/musl/arch/mips/bits/
Derrno.h130 #define EOWNERDEAD 165 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/arch/mips64/bits/
Derrno.h130 #define EOWNERDEAD 165 macro
/third_party/musl/arch/generic/bits/
Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h132 #define EOWNERDEAD 130 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h131 #define EOWNERDEAD 130 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h130 #define EOWNERDEAD 165 macro
/third_party/musl/src/thread/
Dpthread_mutex_trylock.c79 return EOWNERDEAD; in __pthread_mutex_trylock_owner()
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h64 E(EOWNERDEAD, "Previous owner died")
/third_party/musl/libc-test/src/api/
Derrno.c73 C(EOWNERDEAD) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h64 E(EOWNERDEAD, "Previous owner died")
/third_party/musl/src/errno/
D__strerror.h65 E(EOWNERDEAD, "Previous owner died")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h65 E(EOWNERDEAD, "Previous owner died")
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt63 EOWNERDEAD

1234