HomeSort by relevance Sort by last modified time
    Searched defs:EINTR (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/libxml2/include/
wsockcompat.h 39 #ifndef EINTR
40 #define EINTR WSAEINTR
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 24 #define EINTR 4
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 8 #define EINTR 4 /* Interrupted system call */
  /external/libusb/msvc/
errno.h 28 #define EINTR 4 /* Interrupted function call */
  /external/syslinux/dos/
errno.h 7 #define EINTR 4 /* Interrupted system call */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 7 #define EINTR 4 /* Interrupted system call */
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 37 EINTR = NewError("interrupted")
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 37 EINTR = NewError("interrupted")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 98 EINTR = getattr(errno, 'EINTR', 4)
357 if e.args[0] == EINTR:
386 if e.args[0] == EINTR:
439 # The try..except to catch EINTR was moved outside the
441 if e.args[0] == EINTR:
453 if e.args[0] == EINTR:
482 if e.args[0] == EINTR:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
socket.py 94 EINTR = getattr(errno, 'EINTR', 4)
353 if e.args[0] == EINTR:
382 if e.args[0] == EINTR:
435 # The try..except to catch EINTR was moved outside the
437 if e.args[0] == EINTR:
449 if e.args[0] == EINTR:
478 if e.args[0] == EINTR:
  /external/curl/tests/server/
util.c 55 #undef EINTR
56 #define EINTR 4 /* errno.h value */
248 if(error && (error != EINTR))
285 } while((lockfile == NULL) && ((error = errno) == EINTR));
294 } while(res && ((error = errno) == EINTR));
313 } while(res && ((error = errno) == EINTR));
  /external/python/cpython2/Lib/
socket.py 98 EINTR = getattr(errno, 'EINTR', 4)
357 if e.args[0] == EINTR:
386 if e.args[0] == EINTR:
439 # The try..except to catch EINTR was moved outside the
441 if e.args[0] == EINTR:
453 if e.args[0] == EINTR:
482 if e.args[0] == EINTR:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
socket.py 94 EINTR = getattr(errno, 'EINTR', 4)
353 if e.args[0] == EINTR:
382 if e.args[0] == EINTR:
435 # The try..except to catch EINTR was moved outside the
437 if e.args[0] == EINTR:
449 if e.args[0] == EINTR:
478 if e.args[0] == EINTR:
  /prebuilts/gdb/linux-x86/lib/python2.7/
socket.py 94 EINTR = getattr(errno, 'EINTR', 4)
353 if e.args[0] == EINTR:
382 if e.args[0] == EINTR:
435 # The try..except to catch EINTR was moved outside the
437 if e.args[0] == EINTR:
449 if e.args[0] == EINTR:
478 if e.args[0] == EINTR:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 94 EINTR = getattr(errno, 'EINTR', 4)
353 if e.args[0] == EINTR:
382 if e.args[0] == EINTR:
435 # The try..except to catch EINTR was moved outside the
437 if e.args[0] == EINTR:
449 if e.args[0] == EINTR:
478 if e.args[0] == EINTR:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 94 EINTR = getattr(errno, 'EINTR', 4)
353 if e.args[0] == EINTR:
382 if e.args[0] == EINTR:
435 # The try..except to catch EINTR was moved outside the
437 if e.args[0] == EINTR:
449 if e.args[0] == EINTR:
478 if e.args[0] == EINTR:
  /external/curl/lib/
curl_setup_once.h 445 #undef EINTR /* override definition in errno.h */
446 #define EINTR WSAEINTR
  /external/libcxx/include/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 312 #ifndef EINTR
313 #define EINTR 9959

Completed in 897 milliseconds

1 2 3 4 5 6