Home
last modified time | relevance | path

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

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