/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 | system_error | 185 owner_dead, // EOWNERDEAD 341 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-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/strace/tests-mx32/ |
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/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/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1004 EOWNERDEAD = 58 variable
|
/external/strace/ |
D | ChangeLog-CVS | 1911 (EKEYREVOKED, EKEYREJECTED, EOWNERDEAD, ENOTRECOVERABLE): Added.
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …SECLASH:137,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEAD:142,ESTRPIPE:143… property
|