/external/libcxx/include/ |
D | errno.h | 36 #if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) 50 #ifdef ENOTRECOVERABLE 61 #define ENOTRECOVERABLE __elast1 macro 64 #define ELAST ENOTRECOVERABLE 70 #define ENOTRECOVERABLE __elast2 macro 73 #define ELAST ENOTRECOVERABLE 214 #ifndef ENOTRECOVERABLE 215 #define ENOTRECOVERABLE 9934 macro
|
D | system_error | 193 state_not_recoverable, // ENOTRECOVERABLE 349 state_not_recoverable = ENOTRECOVERABLE,
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
D | test.h | 16 #ifndef ENOTRECOVERABLE 17 #define ENOTRECOVERABLE EBADR macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 439 # ifndef ENOTRECOVERABLE 440 # define ENOTRECOVERABLE 127 macro 599 #ifdef ENOTRECOVERABLE 600 state_not_recoverable = ENOTRECOVERABLE,
|
/external/ltp/lib/ |
D | errnos.h | 174 #ifdef ENOTRECOVERABLE in tst_strerrno() 175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 249 #ifndef ENOTRECOVERABLE 250 #error ENOTRECOVERABLE not defined
|
/external/strace/tests-m32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 339 #ifdef ENOTRECOVERABLE in errno2name() 340 CASE(ENOTRECOVERABLE); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 117 #define ENOTRECOVERABLE 131 /* State not recoverable */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 121 #define ENOTRECOVERABLE 166 /* State not recoverable */ macro
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 853 #ifdef ENOTRECOVERABLE in PyInit_errno() 854 inscode(d, ds, de, "ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable"); in PyInit_errno() 870 #ifdef ENOTRECOVERABLE in PyInit_errno() 871 inscode(d, ds, de, "ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable"); in PyInit_errno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 413 #ifdef ENOTRECOVERABLE 414 { "ENOTRECOVERABLE", (unsigned long) ENOTRECOVERABLE },
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 181 ERROR_ENTRY(ENOTRECOVERABLE), // State not recoverable
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 92 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | README | 38 the first mode, the waiter will set the mutex to ENOTRECOVERABLE
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1005 ENOTRECOVERABLE = 59 variable
|
/external/strace/ |
D | ChangeLog-CVS | 1911 (EKEYREVOKED, EKEYREJECTED, EOWNERDEAD, ENOTRECOVERABLE): Added.
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …5,ENOSHARE:136,ECASECLASH:137,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEA… property
|