HomeSort by relevance Sort by last modified time
    Searched defs:EAGAIN (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 38 EAGAIN = C.EAGAIN
defs2_linux.go 49 EAGAIN = C.EAGAIN
defs_solaris.go 40 EAGAIN = C.EAGAIN
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 33 EAGAIN = C.EAGAIN
defs_linux.go 38 EAGAIN = C.EAGAIN
defs2_linux.go 49 EAGAIN = C.EAGAIN
defs_solaris.go 40 EAGAIN = C.EAGAIN
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 380 #ifndef EAGAIN
381 #define EAGAIN 9976
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 60 /* 11 was EAGAIN */
92 #define EAGAIN 35 /* Resource temporarily unavailable */
94 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 91 #define EAGAIN __EAGAIN /* 35 Resource temporarily unavailable */
  /external/curl/lib/
config-win32ce.h 444 #define EAGAIN 3
  /external/curl/tests/server/
sockfilt.c 118 #undef EAGAIN
119 #define EAGAIN 11 /* errno.h value */
374 if((error == EINTR) || (error == EAGAIN))
421 if((error == EINTR) || (error == EAGAIN))
    [all...]
sws.c 65 #undef EAGAIN
66 #define EAGAIN 11 /* errno.h value */
1004 if(EAGAIN == error || EWOULDBLOCK == error) {
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 19 EAGAIN = 11
121 EWOULDBLOCK = EAGAIN
  /external/syslinux/com32/include/
errno.h 16 #define EAGAIN 11 /* Try again */
46 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 89 #define EAGAIN 11 /* Try again */
119 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 23 EAGAIN
158 EAGAIN - APPLICATION_ERROR: "resource temporarily unavailable",
tables_nacl.go 108 EAGAIN Errno = 11 /* Try again */
219 EWOULDBLOCK Errno = EAGAIN /* Operation would block */
234 EAGAIN: "Try again",
342 errEAGAIN error = EAGAIN
353 case EAGAIN:
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 23 EAGAIN
158 EAGAIN - APPLICATION_ERROR: "resource temporarily unavailable",
tables_nacl.go 108 EAGAIN Errno = 11 /* Try again */
219 EWOULDBLOCK Errno = EAGAIN /* Operation would block */
234 EAGAIN: "Try again",
342 errEAGAIN error = EAGAIN
353 case EAGAIN:
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 23 EAGAIN = 11
127 EWOULDBLOCK = EAGAIN
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 190 resource_unavailable_try_again, // EAGAIN
433 # ifndef EAGAIN
434 # define EAGAIN 11
597 resource_unavailable_try_again = EAGAIN,
  /external/syslinux/gpxe/src/include/
errno.h 233 #define EAGAIN ( ERRFILE | PXENV_STATUS_FAILURE | 0x06000000 )
453 /** Operation would block (different from EAGAIN!) */
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 168 public static final int EAGAIN = placeholder();
257 // On Linux, EWOULDBLOCK == EAGAIN. Use EAGAIN instead, to reduce confusion.
    [all...]

Completed in 1010 milliseconds

12 3 4 5