Searched defs:EDEADLOCK (Results 1 – 21 of 21) sorted by relevance
/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/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_mipsle.go | 2280 EDEADLOCK = syscall.Errno(0x38) const
|
D | zerrors_linux_s390x.go | 2337 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_arm.go | 2283 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_ppc64le.go | 2337 EDEADLOCK = syscall.Errno(0x3a) const
|
D | zerrors_linux_mips64.go | 2280 EDEADLOCK = syscall.Errno(0x38) const
|
D | zerrors_linux_ppc64.go | 2337 EDEADLOCK = syscall.Errno(0x3a) const
|
D | zerrors_linux_amd64.go | 2277 EDEADLOCK = syscall.Errno(0x23) const
|
D | zerrors_linux_mips64le.go | 2280 EDEADLOCK = syscall.Errno(0x38) 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_arm64.go | 2268 EDEADLOCK = syscall.Errno(0x23) const
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1002 EDEADLOCK = 56 variable
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …5,ENOLCK:46,EBADE:50,EBADR:51,EXFULL:52,ENOANO:53,EBADRQC:54,EBADSLT:55,EDEADLOCK:56,EBFONT:57,ENO… property
|