HomeSort by relevance Sort by last modified time
    Searched refs:EDEADLOCK (Results 1 - 25 of 50) sorted by null

1 2

  /external/libusb/msvc/
errno.h 60 #define EDEADLOCK 36 /* Resource deadlock avoided (non-Cyg) */
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 45 #define EDEADLOCK EDEADLK
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 40 #define EDEADLOCK 56
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 40 #define EDEADLOCK EDEADLK
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 36 #define EDEADLOCK 56 /* File locking deadlock error */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 30 #define EDEADLOCK EDEADLK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 71 #define EDEADLOCK EDEADLK
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 61 EDEADLOCK = 56
  /external/syslinux/com32/include/
errno.h 64 #define EDEADLOCK EDEADLK
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 66 EDEADLOCK = 56
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 137 #define EDEADLOCK EDEADLK
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 235 #if defined (EDEADLOCK)
236 ENTRY(EDEADLOCK, "EDEADLOCK", "File locking deadlock error"),
  /external/minijail/linux-x86/
libconstants.gen.c 203 #ifdef EDEADLOCK
204 { "EDEADLOCK", (unsigned long) EDEADLOCK },
205 #endif // EDEADLOCK
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 42 EDEADLOCK
177 EDEADLOCK - APPLICATION_ERROR: "resource deadlock avoided",
tables_nacl.go 153 EDEADLOCK Errno = EDEADLK /* File locking deadlock error */
zerrors_linux_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 42 EDEADLOCK
177 EDEADLOCK - APPLICATION_ERROR: "resource deadlock avoided",
tables_nacl.go 153 EDEADLOCK Errno = EDEADLK /* File locking deadlock error */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 586 #ifdef EDEADLOCK
587 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 585 #ifdef EDEADLOCK
586 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 586 #ifdef EDEADLOCK
587 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK");
  /external/python/cpython2/Modules/
errnomodule.c 576 #ifdef EDEADLOCK
577 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK");
  /external/python/cpython3/Modules/
errnomodule.c 619 #ifdef EDEADLOCK
620 inscode(d, ds, de, "EDEADLOCK", EDEADLOCK, "Error EDEADLOCK");
  /external/fio/os/windows/
posix.c 107 case ERROR_POSSIBLE_DEADLOCK: return EDEADLOCK;
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1002 EDEADLOCK = 56
    [all...]

Completed in 467 milliseconds

1 2