/external/libcxx/include/ |
D | errno.h | 36 #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 | __errc | 82 owner_dead, // EOWNERDEAD 191 owner_dead = EOWNERDEAD,
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
D | test.h | 13 #ifndef EOWNERDEAD 14 #define EOWNERDEAD ESRCH macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 415 # ifndef EOWNERDEAD 416 # define EOWNERDEAD 133 macro 583 #ifdef EOWNERDEAD 584 owner_dead = EOWNERDEAD,
|
/external/ltp/lib/ |
D | errnos.h | 171 #ifdef EOWNERDEAD in tst_strerrno() 172 PAIR(EOWNERDEAD) in tst_strerrno()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 277 #ifndef EOWNERDEAD 278 #error EOWNERDEAD not defined
|
/external/compiler-rt/test/tsan/Linux/ |
D | mutex_robust.cc | 23 if (pthread_mutex_lock(&m) != EOWNERDEAD) { in main()
|
D | mutex_robust2.cc | 25 if (pthread_mutex_trylock(&m) != EOWNERDEAD) { in main()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 369 #ifdef EOWNERDEAD in errno2name() 370 CASE(EOWNERDEAD); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 369 #ifdef EOWNERDEAD in errno2name() 370 CASE(EOWNERDEAD); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 369 #ifdef EOWNERDEAD in errno2name() 370 CASE(EOWNERDEAD); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 116 #define EOWNERDEAD 130 /* Owner died */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 120 #define EOWNERDEAD 165 /* Owner died */ macro
|
/external/u-boot/include/linux/ |
D | errno.h | 141 #define EOWNERDEAD 130 /* Owner died */ macro
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 850 #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/ |
D | libconstants.gen.c | 437 #ifdef EOWNERDEAD 438 { "EOWNERDEAD", (unsigned long) EOWNERDEAD },
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 180 ERROR_ENTRY(EOWNERDEAD), // Owner died
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 84 static_assert(static_cast<int>(std::errc::owner_dead) == EOWNERDEAD, ""); in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 930 #if defined(EOWNERDEAD) 931 const int errno_EOWNERDEAD = EOWNERDEAD;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 114 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/ |
D | zerrors_solaris_amd64.go | 1243 EOWNERDEAD = syscall.Errno(0x3a) const
|
D | zerrors_openbsd_amd64.go | 1500 EOWNERDEAD = syscall.Errno(0x5e) const
|
D | zerrors_darwin_386.go | 1564 EOWNERDEAD = syscall.Errno(0x69) const
|
D | zerrors_darwin_arm64.go | 1564 EOWNERDEAD = syscall.Errno(0x69) const
|
D | zerrors_darwin_amd64.go | 1564 EOWNERDEAD = syscall.Errno(0x69) const
|