| /netbsd/src/tests/lib/libpthread/ |
| D | t_rwlock.c | 104 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK, in ATF_TC_BODY() 118 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK, in ATF_TC_BODY()
|
| D | t_join.c | 98 ATF_REQUIRE_EQ(rv, EDEADLK); in threadfunc1()
|
| /netbsd/src/sys/rump/include/rump/ |
| D | rumperrno2host.h | 60 #ifdef EDEADLK in rump_errno2host() 62 return EDEADLK; in rump_errno2host()
|
| /netbsd/src/lib/librumpuser/ |
| D | rumpuser_errtrans.c | 57 #ifdef EDEADLK in rumpuser__errtrans() 58 case EDEADLK : return 11; in rumpuser__errtrans()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | target-newlib-errno.c | 104 #ifdef EDEADLK 105 { "EDEADLK", EDEADLK, 45 },
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | threads_pthread.c | 99 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_read_lock() 114 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_write_lock()
|
| /netbsd/src/sys/ufs/lfs/ |
| D | lfs_pages.c | 606 error = EDEADLK; in lfs_putpages() 622 if (r != EDEADLK) { in lfs_putpages() 790 if (error == EDEADLK || error == EAGAIN) { in lfs_putpages() 820 if (error == EDEADLK) in lfs_putpages() 822 } while (error == EDEADLK || (oreclaim && error == EAGAIN)); in lfs_putpages()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_modeset_lock.c | 117 if (ret == -EDEADLK) { in drm_modeset_lock_all() 280 } else if (ret == -EDEADLK) { in modeset_lock()
|
| D | drm_probe_helper.c | 288 if (ret == -EDEADLK) { in drm_helper_probe_detect_ctx() 417 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes() 440 if (ret == -EDEADLK) { in drm_helper_probe_single_connector_modes()
|
| D | drm_mode_config.c | 438 if (ret == -EDEADLK) in drm_mode_config_init() 443 if (ret == -EDEADLK) in drm_mode_config_init()
|
| D | drm_self_refresh_helper.c | 125 if (ret == -EDEADLK) { in drm_self_refresh_helper_entry_work()
|
| /netbsd/src/external/cddl/osnet/lib/libdtrace/ |
| D | errno.d | 59 inline int EDEADLK = 11; variable 60 #pragma D binding "1.0" EDEADLK
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/ |
| D | error_constants.h | 119 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/sys/sys/ |
| D | errno.h | 52 #define EDEADLK 11 /* Resource deadlock avoided */ macro
|
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_modeset_lock.h | 197 if (ret == -EDEADLK) { \
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | shared_mutex | 194 if (__ret == EDEADLK) 231 if (__ret == EDEADLK) 524 if (__ret == ETIMEDOUT || __ret == EDEADLK) 550 if (__ret == ETIMEDOUT || __ret == EDEADLK) 610 while (__ret == EAGAIN || __ret == EDEADLK); 637 if (__ret == ETIMEDOUT || __ret == EDEADLK)
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
| D | error_constants.h | 146 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | strerror.c | 211 #if defined (EDEADLK) 212 ENTRY(EDEADLK, "EDEADLK", "Deadlock condition"),
|
| /netbsd/src/sys/external/bsd/drm2/linux/ |
| D | linux_ww_mutex.c | 657 ret = -EDEADLK; in ww_mutex_lock() 675 out: KASSERTMSG((ret == 0 || ret == -EALREADY || ret == -EDEADLK), in ww_mutex_lock() 785 ret = -EDEADLK; in ww_mutex_lock_interruptible() 807 out: KASSERTMSG((ret == 0 || ret == -EALREADY || ret == -EDEADLK || in ww_mutex_lock_interruptible()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 146 resource_deadlock_would_occur = EDEADLK, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| D | tls.c | 63 case EDEADLK: in print_error()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/ |
| D | ttm_execbuf_util.c | 126 if (ret == -EDEADLK) { in ttm_eu_reserve_buffers()
|
| /netbsd/src/lib/libpthread/ |
| D | pthread_rwlock.c | 192 return EDEADLK; in pthread__rwlock_rdlock() 314 return EDEADLK; in pthread__rwlock_wrlock()
|