HomeSort by: relevance | last modified time | path
    Searched defs:ETIMEDOUT (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openldap/dist/include/ac/
socket.h 105 #define ETIMEDOUT WSAETIMEDOUT
  /src/external/gpl3/gdb.old/dist/gdb/
ser-tcp.c 42 #ifndef ETIMEDOUT
43 #define ETIMEDOUT WSAETIMEDOUT
107 *out_error = ETIMEDOUT;
  /src/external/gpl3/gdb/dist/gdb/
ser-tcp.c 42 #ifndef ETIMEDOUT
43 #define ETIMEDOUT WSAETIMEDOUT
107 *out_error = ETIMEDOUT;
  /src/tests/lib/libpthread/
t_cond.c 321 * return ETIMEDOUT immediately.
332 ATF_REQUIRE(rv == ETIMEDOUT || rv == 0);
460 &ts), ETIMEDOUT, "pthread_cond_timedwait() (unthreaded) in the "
469 &ts), ETIMEDOUT, "pthread_cond_timedwait() (unthreaded) with zero "
482 &ts), ETIMEDOUT, "pthread_cond_timedwait() (threaded) in the past");
490 &ts), ETIMEDOUT, "pthread_cond_timedwait() (threaded) with zero "
t_mutex.c 455 ETIMEDOUT);
480 ETIMEDOUT);
498 ETIMEDOUT);
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 245 #undef ETIMEDOUT
246 #define ETIMEDOUT WSAETIMEDOUT
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 225 #ifndef ETIMEDOUT
226 #define ETIMEDOUT 9938
  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 116 # define ETIMEDOUT 138
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 116 # define ETIMEDOUT 138
  /src/sys/sys/
errno.h 111 #define ETIMEDOUT 60 /* Operation timed out */

Completed in 19 milliseconds