Home
last modified time | relevance | path

Searched refs:ENOTRECOVERABLE (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex.h29 return ENOTRECOVERABLE; \
48 if (mtxp->__owner_id == ENOTRECOVERABLE) \
49 ret = ENOTRECOVERABLE; \
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Derrno.h40 # ifndef ENOTRECOVERABLE
41 # define ENOTRECOVERABLE 166 macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Derrno.h41 #ifndef ENOTRECOVERABLE
42 # define ENOTRECOVERABLE 131 macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Derrno.h41 # ifndef ENOTRECOVERABLE
42 # define ENOTRECOVERABLE 133 macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Derrno.h41 # ifndef ENOTRECOVERABLE
42 # define ENOTRECOVERABLE 255 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Derrno.h41 # ifndef ENOTRECOVERABLE
42 # define ENOTRECOVERABLE 137 macro
/glibc-2.36/sysdeps/pthread/
Dtst-robust1.c279 if (e != ENOTRECOVERABLE) in do_test()
298 if (e != ENOTRECOVERABLE) in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h140 ENOTRECOVERABLE = 0x40000079, /* State not recoverable */ enumerator
338 #define ENOTRECOVERABLE 0x40000079 macro
/glibc-2.36/nptl/
Dpthread_mutex_unlock.c125 return ENOTRECOVERABLE; in libc_hidden_def()
212 return ENOTRECOVERABLE; in libc_hidden_def()
Dpthread_mutex_trylock.c186 return ENOTRECOVERABLE; in ___pthread_mutex_trylock()
346 return ENOTRECOVERABLE; in ___pthread_mutex_trylock()
Dpthread_mutex_lock.c351 return ENOTRECOVERABLE; in __pthread_mutex_lock_full()
505 return ENOTRECOVERABLE; in __pthread_mutex_lock_full()
Dpthread_mutex_timedlock.c275 return ENOTRECOVERABLE; in __pthread_mutex_clocklock_common()
430 return ENOTRECOVERABLE; in __pthread_mutex_clocklock_common()
/glibc-2.36/stdio-common/
Dtest-strerr.c408 #ifdef ENOTRECOVERABLE in do_test()
409 TEST_COMPARE_STRING (strerrordesc_np (ENOTRECOVERABLE), in do_test()
411 TEST_COMPARE_STRING (strerrorname_np (ENOTRECOVERABLE), "ENOTRECOVERABLE"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h548 #ifdef ENOTRECOVERABLE
549 _S(ENOTRECOVERABLE, N_("State not recoverable"))
/glibc-2.36/conform/data/
Derrno.h-data126 macro-int-constant ENOTRECOVERABLE {int} > 0
/glibc-2.36/manual/
Derrno.texi908 @deftypevr Macro int ENOTRECOVERABLE
910 @errno{ENOTRECOVERABLE, 121, State not recoverable}
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-hppa641 (ENOTRECOVERABLE): Likewise.
DChangeLog.162221 EOWNERDEAD, ENOTRECOVERABLE): Define.
4539 and ENOTRECOVERABLE if not already defined.
4572 ENOTRECOVERABLE if not already defined.
DChangeLog.1920412 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): Remove errno
20529 * manual/errno.texi (EOWNERDEAD, ENOTRECOVERABLE): New errno values.
DChangeLog.1883990 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.