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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/include/
wsockcompat.h 45 #ifndef EWOULDBLOCK
46 #define EWOULDBLOCK WSAEWOULDBLOCK
  /external/ltp/testcases/kernel/module/delete_module/
delete_module03.c 22 * Verify that, delete_module(2) returns -1 and sets errno to EWOULDBLOCK,
63 case EWOULDBLOCK:
70 "%d - %s", EWOULDBLOCK,
71 strerror(EWOULDBLOCK));
  /external/libmicrohttpd/src/microspdy/
io_raw.c 106 #if EAGAIN != EWOULDBLOCK
107 case EWOULDBLOCK:
135 #if EAGAIN != EWOULDBLOCK
136 case EWOULDBLOCK:
  /external/ppp/pppd/plugins/radius/
lock.c 30 errno = EWOULDBLOCK;
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait01.c 25 * 2. Test if FUTEX_WAIT op returns -EWOULDBLOCK if the futex value differs
48 {&futex, FUTEX_INITIALIZER+1, 0, EWOULDBLOCK},
50 {&futex, FUTEX_INITIALIZER+1, FUTEX_PRIVATE_FLAG, EWOULDBLOCK},
futex_wait04.c 47 if (res == -1 && errno == EWOULDBLOCK)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 165 #ifndef EWOULDBLOCK
166 #define EWOULDBLOCK 140
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
decorate_proc_maps.cc 21 } else if (errno != EAGAIN || errno != EWOULDBLOCK || errno != EINTR) {
  /system/core/libutils/include/utils/
Errors.h 64 WOULD_BLOCK = -EWOULDBLOCK,
  /external/libmicrohttpd/src/include/
w32functions.h 44 #ifndef EWOULDBLOCK
45 #define EWOULDBLOCK (MHDW32ERRBASE+1)
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 120 EWOULDBLOCK = __KBASE+101
121 EWOULDBLOCK = EAGAIN
  /external/webrtc/webrtc/base/
socket.h 37 #undef EWOULDBLOCK // Remove errno.h's definition for each macro below.
38 #define EWOULDBLOCK WSAEWOULDBLOCK
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/libcxx/include/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 31 EAGAIN, "EAGAIN", EWOULDBLOCK}, {
108 EWOULDBLOCK, "EWOULDBLOCK", EAGAIN}, {
121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 126 EWOULDBLOCK = __KBASE+101
127 EWOULDBLOCK = EAGAIN
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 198 #ifndef EWOULDBLOCK
199 #define EWOULDBLOCK 9930

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>