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

  /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/sys/sys/
errno.h 111 #define ETIMEDOUT 60 /* Operation timed out */

Completed in 28 milliseconds