/external/libusb/msvc/ |
D | errno.h | 60 #define EDEADLOCK 36 /* Resource deadlock avoided (non-Cyg) */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 40 #define EDEADLOCK EDEADLK macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 61 EDEADLOCK = 56 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 65 #define EDEADLOCK EDEADLK macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 66 EDEADLOCK = 56 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 203 #ifdef EDEADLOCK 204 { "EDEADLOCK", (unsigned long) EDEADLOCK },
|
/external/u-boot/lib/ |
D | errno_str.c | 72 ERRNO_MSG(EDEADLOCK, SAME_AS(EDEADLK)),
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 576 #ifdef EDEADLOCK in initerrno() 577 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 619 #ifdef EDEADLOCK in PyInit_errno() 620 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 313 .. data:: EDEADLOCK
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 316 .. data:: EDEADLOCK
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1174 EDEADLOCK = syscall.Errno(0x38) const
|
D | zerrors_linux_sparc64.go | 1819 EDEADLOCK = syscall.Errno(0x6c) const
|
D | zerrors_linux_mips64le.go | 2280 EDEADLOCK = syscall.Errno(0x38) const
|
D | zerrors_linux_ppc64.go | 2337 EDEADLOCK = syscall.Errno(0x3a) const
|
D | zerrors_linux_arm.go | 2283 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_mips64.go | 2280 EDEADLOCK = syscall.Errno(0x38) const
|
D | zerrors_linux_ppc64le.go | 2337 EDEADLOCK = syscall.Errno(0x3a) const
|
D | zerrors_linux_arm64.go | 2268 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_386.go | 2277 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_mips.go | 2280 EDEADLOCK = syscall.Errno(0x38) const
|
D | zerrors_linux_s390x.go | 2337 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_mipsle.go | 2280 EDEADLOCK = syscall.Errno(0x38) const
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1002 EDEADLOCK = 56 variable
|