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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
cond_version.c 39 if (res != ETIMEDOUT)
40 exit(printf("bad return value %d, want %d\n", res, ETIMEDOUT));
  /bionic/libc/bionic/
pthread_rwlock.cpp 152 return ETIMEDOUT;
160 if (ret == -ETIMEDOUT) {
161 return ETIMEDOUT;
185 return ETIMEDOUT;
193 if (ret == -ETIMEDOUT) {
194 return ETIMEDOUT;
pthread_cond.cpp 159 if (status == -ETIMEDOUT) {
160 return ETIMEDOUT;
172 return ETIMEDOUT;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
pipe_node.cc 38 if (err == ETIMEDOUT)
55 if (err == ETIMEDOUT)
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.h 53 // We *were* getting ETIMEDOUT from pthread.h:
54 #ifndef ETIMEDOUT
55 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 182 #ifndef ETIMEDOUT
183 #define ETIMEDOUT 138
  /system/core/libsysutils/src/
ServiceManager.cpp 63 errno = ETIMEDOUT;
93 errno = ETIMEDOUT;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_timedrdlock.c 89 if (result == ETIMEDOUT)
w32_CancelableWait.c 138 result = ETIMEDOUT;
  /external/lldb/source/Host/common/
Condition.cpp 97 if (err == ETIMEDOUT)
  /hardware/qcom/gps/utils/
loc_timer.c 55 int ret = -ETIMEDOUT;
89 case ETIMEDOUT:
95 case -ETIMEDOUT:
107 if(ETIMEDOUT == ret)
  /system/core/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_node.cc 43 if (err == ETIMEDOUT)
61 if (err == ETIMEDOUT)
  /external/chromium_org/net/third_party/nss/ssl/
unix_err.c 78 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
88 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
108 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
126 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
149 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
164 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
175 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
342 case ETIMEDOUT: prError = PR_REMOTE_FILE_ERROR; break;
508 case ETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break;
  /frameworks/av/cmds/screenrecord/
FrameOutput.cpp 97 if (cc == -ETIMEDOUT) {
99 return ETIMEDOUT;
110 return ETIMEDOUT;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 116 #define ETIMEDOUT 110
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 94 #define ETIMEDOUT 110
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
errno.h 124 #define ETIMEDOUT 145
  /development/ndk/platforms/android-L/include/asm-generic/
errno.h 116 #define ETIMEDOUT 110
  /external/bison/lib/
strerror-override.c 82 case ETIMEDOUT:
169 /* WSAETIMEDOUT maps to ETIMEDOUT */
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_futex.cc 49 // and a caller expects ETIMEDOUT.
53 return ETIMEDOUT;
  /external/chromium_org/net/base/
net_errors_posix.cc 33 case ETIMEDOUT:

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>