Home
last modified time | relevance | path

Searched refs:EDEADLOCK (Results 1 – 25 of 27) sorted by relevance

12

/external/libusb/msvc/
Derrno.h60 #define EDEADLOCK 36 /* Resource deadlock avoided (non-Cyg) */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h40 #define EDEADLOCK EDEADLK macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py61 EDEADLOCK = 56 variable
/external/u-boot/include/linux/
Derrno.h65 #define EDEADLOCK EDEADLK macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py66 EDEADLOCK = 56 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c203 #ifdef EDEADLOCK
204 { "EDEADLOCK", (unsigned long) EDEADLOCK },
/external/u-boot/lib/
Derrno_str.c72 ERRNO_MSG(EDEADLOCK, SAME_AS(EDEADLK)),
/external/python/cpython2/Modules/
Derrnomodule.c576 #ifdef EDEADLOCK in initerrno()
577 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c619 #ifdef EDEADLOCK in PyInit_errno()
620 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst313 .. data:: EDEADLOCK
/external/python/cpython3/Doc/library/
Derrno.rst316 .. data:: EDEADLOCK
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1174 EDEADLOCK = syscall.Errno(0x38) const
Dzerrors_linux_sparc64.go1819 EDEADLOCK = syscall.Errno(0x6c) const
Dzerrors_linux_mips64le.go2280 EDEADLOCK = syscall.Errno(0x38) const
Dzerrors_linux_ppc64.go2337 EDEADLOCK = syscall.Errno(0x3a) const
Dzerrors_linux_arm.go2283 EDEADLOCK = syscall.Errno(0x23) const
Dzerrors_linux_mips64.go2280 EDEADLOCK = syscall.Errno(0x38) const
Dzerrors_linux_ppc64le.go2337 EDEADLOCK = syscall.Errno(0x3a) const
Dzerrors_linux_arm64.go2268 EDEADLOCK = syscall.Errno(0x23) const
Dzerrors_linux_386.go2277 EDEADLOCK = syscall.Errno(0x23) const
Dzerrors_linux_mips.go2280 EDEADLOCK = syscall.Errno(0x38) const
Dzerrors_linux_s390x.go2337 EDEADLOCK = syscall.Errno(0x23) const
Dzerrors_linux_mipsle.go2280 EDEADLOCK = syscall.Errno(0x38) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1002 EDEADLOCK = 56 variable

12