Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Derrno.h36 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
52 #define EOWNERDEAD __elast1 macro
56 #define ELAST EOWNERDEAD
59 #elif defined(EOWNERDEAD)
69 #define EOWNERDEAD __elast1 macro
202 #ifndef EOWNERDEAD
203 #define EOWNERDEAD 9931 macro
D__errc82 owner_dead, // EOWNERDEAD
191 owner_dead = EOWNERDEAD,
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dtest.h13 #ifndef EOWNERDEAD
14 #define EOWNERDEAD ESRCH macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h415 # ifndef EOWNERDEAD
416 # define EOWNERDEAD 133 macro
583 #ifdef EOWNERDEAD
584 owner_dead = EOWNERDEAD,
/external/ltp/lib/
Derrnos.h171 #ifdef EOWNERDEAD in tst_strerrno()
172 PAIR(EOWNERDEAD) in tst_strerrno()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp277 #ifndef EOWNERDEAD
278 #error EOWNERDEAD not defined
/external/compiler-rt/test/tsan/Linux/
Dmutex_robust.cc23 if (pthread_mutex_lock(&m) != EOWNERDEAD) { in main()
Dmutex_robust2.cc25 if (pthread_mutex_trylock(&m) != EOWNERDEAD) { in main()
/external/strace/tests-mx32/
Derrno2name.c369 #ifdef EOWNERDEAD in errno2name()
370 CASE(EOWNERDEAD); in errno2name()
/external/strace/tests-m32/
Derrno2name.c369 #ifdef EOWNERDEAD in errno2name()
370 CASE(EOWNERDEAD); in errno2name()
/external/strace/tests/
Derrno2name.c369 #ifdef EOWNERDEAD in errno2name()
370 CASE(EOWNERDEAD); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h116 #define EOWNERDEAD 130 /* Owner died */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h120 #define EOWNERDEAD 165 /* Owner died */ macro
/external/u-boot/include/linux/
Derrno.h141 #define EOWNERDEAD 130 /* Owner died */ macro
/external/python/cpython3/Modules/
Derrnomodule.c850 #ifdef EOWNERDEAD in PyInit_errno()
851 inscode(d, ds, de, "EOWNERDEAD", EOWNERDEAD, "Owner died"); in PyInit_errno()
867 #ifdef EOWNERDEAD in PyInit_errno()
868 inscode(d, ds, de, "EOWNERDEAD", EOWNERDEAD, "Process died with the lock"); in PyInit_errno()
/external/minijail/linux-x86/
Dlibconstants.gen.c437 #ifdef EOWNERDEAD
438 { "EOWNERDEAD", (unsigned long) EOWNERDEAD },
/external/libbrillo/brillo/errors/
Derror_codes.cc180 ERROR_ENTRY(EOWNERDEAD), // Owner died
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp84 static_assert(static_cast<int>(std::errc::owner_dead) == EOWNERDEAD, ""); in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc930 #if defined(EOWNERDEAD)
931 const int errno_EOWNERDEAD = EOWNERDEAD;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc114 const int EOWNERDEAD = 130; variable
1146 if (res == EOWNERDEAD) in TSAN_INTERCEPTOR()
1148 if (res == 0 || res == EOWNERDEAD) in TSAN_INTERCEPTOR()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1243 EOWNERDEAD = syscall.Errno(0x3a) const
Dzerrors_openbsd_amd64.go1500 EOWNERDEAD = syscall.Errno(0x5e) const
Dzerrors_darwin_386.go1564 EOWNERDEAD = syscall.Errno(0x69) const
Dzerrors_darwin_arm64.go1564 EOWNERDEAD = syscall.Errno(0x69) const
Dzerrors_darwin_amd64.go1564 EOWNERDEAD = syscall.Errno(0x69) const

12