/third_party/musl/src/thread/ |
D | pthread_mutex_trylock.c | 24 if (own == 0x3fffffff) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner() 39 if ((type&12)==12 && m->_m_waiters) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner() 48 return (type&4) ? ENOTRECOVERABLE : EBUSY; in __pthread_mutex_trylock_owner()
|
/third_party/boost/boost/ |
D | cerrno.hpp | 149 #ifndef ENOTRECOVERABLE 150 #define ENOTRECOVERABLE 9934 macro
|
/third_party/ffmpeg/libavcodec/ |
D | libcelt_dec.c | 44 #ifdef ENOTRECOVERABLE in ff_celt_error_to_averror() 45 case CELT_INVALID_STATE: return AVERROR(ENOTRECOVERABLE); in ff_celt_error_to_averror()
|
/third_party/ltp/lib/ |
D | errnos.h | 174 #ifdef ENOTRECOVERABLE in tst_strerrno() 175 PAIR(ENOTRECOVERABLE) in tst_strerrno()
|
/third_party/python/Modules/ |
D | errnomodule.c | 844 #ifdef ENOTRECOVERABLE in errno_exec() 845 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable"); in errno_exec() 861 #ifdef ENOTRECOVERABLE in errno_exec() 862 add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable"); in errno_exec()
|
/third_party/boost/libs/log/config/pthread-mutex-robust/ |
D | pthread_mutex_robust.cpp | 29 if (err != ENOTRECOVERABLE) in main()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutex_trylock.c | 19 if (own == 0x3fffffff) return ENOTRECOVERABLE; in __pthread_mutex_trylock_owner()
|
/third_party/boost/boost/system/ |
D | linux_error.hpp | 68 not_recoverable = ENOTRECOVERABLE,
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 131 #define ENOTRECOVERABLE 166 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 132 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 133 #define ENOTRECOVERABLE 131 macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 63 E(ENOTRECOVERABLE, "State not recoverable")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 66 C(ENOTRECOVERABLE) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 63 E(ENOTRECOVERABLE, "State not recoverable")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 63 E(ENOTRECOVERABLE, "State not recoverable")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 63 E(ENOTRECOVERABLE, "State not recoverable")
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_robust.c | 51 TESTX(r, pthread_mutex_lock(&mtx), ENOTRECOVERABLE, "re-locking orphaned robust mutex"); in f()
|