Searched refs:ETIME (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno.h35 #define ETIME 62 /* Timer expired */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h39 #define ETIME 62 /* Timer expired */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h193 stream_timeout, // ETIME
442 # ifndef ETIME
443 # define ETIME 137 macro
593 #ifdef ETIME
594 stream_timeout = ETIME,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java134 public static final int ETIME = placeholder(); field in class:OsConstants
698 if (errno == ETIME) {
699 return "ETIME";
/external/chromium/third_party/libevent/
H A Devport.c337 } else if (errno == ETIME) {
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1869 case -ETIME:
1985 case -ETIME:
2041 case -ETIME:
/external/linux-tools-perf/util/
H A Dsession.c639 return -ETIME;
846 if (ret != -ETIME)
/external/valgrind/main/include/vki/
H A Dvki-darwin.h623 #define VKI_ETIME ETIME

Completed in 129 milliseconds