Searched refs:EDEADLK (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/
H A Derrno.h38 #define EDEADLK 35 /* Resource deadlock would occur */ macro
62 #define EDEADLOCK EDEADLK
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_rwlock.c102 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
116 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
H A Dt_join.c92 * The specification recommends EDEADLK.
95 ATF_REQUIRE_EQ(rv, EDEADLK);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h108 resource_deadlock_would_occur = EDEADLK,
/netbsd-6-1-5-RELEASE/regress/sys/kern/lockf2/
H A Dlockf2.c75 assert(error == EDEADLK);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Derrno.h52 #define EDEADLK 11 /* Resource deadlock avoided */ macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libdtrace/
H A Derrno.d53 inline int EDEADLK = 11;
54 #pragma D binding "1.0" EDEADLK
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h144 resource_deadlock_would_occur = EDEADLK,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dtls.c63 case EDEADLK:
64 fprintf (stderr, "EDEADLK\n");
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsmb_subr.c240 return EDEADLK;
298 return EDEADLK;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dstrerror.c211 #if defined (EDEADLK)
212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread_rwlock.c184 return EDEADLK;
308 return EDEADLK;
H A Dpthread_mutex.c235 return EDEADLK;
H A Dpthread.c515 return EDEADLK;
611 return EDEADLK;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/AT386/
H A Dcma_thread_io.h129 (s == EALREADY) || (s == EDEADLK))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/HP800/
H A Dcma_thread_io.h103 (s == EALREADY) || (s == EDEADLK))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/osf-share/RIOS/
H A Dcma_thread_io.h100 (s == EALREADY) || (s == EDEADLK))
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_errno.c175 #ifdef EDEADLK
179 atf_tc_fail_nonfatal("EDEADLK not defined");
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_lockf.c589 return EDEADLK;
599 return EDEADLK;
H A Dkern_lwp.c368 return (EDEADLK);
547 error = EDEADLK;
626 error = EDEADLK;
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dprivcmd.c155 return EDEADLK;
/netbsd-6-1-5-RELEASE/usr.sbin/quotarestore/
H A Dquotarestore.c330 if (errno == EDEADLK) {

Completed in 271 milliseconds

12