HomeSort by: relevance | last modified time | path
    Searched refs:thrd_timedout (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libpthread/
cnd.c 101 return thrd_timedout;
mtx.c 129 return thrd_timedout;
threads.h 75 thrd_timedout = -1, enumerator in enum:__anond6ad5d820203
  /src/tests/lib/libpthread/
t_cnd.c 160 ATF_REQUIRE_EQ(cnd_timedwait(&c, &m, &ts), thrd_timedout);
t_mtx.c 131 ATF_REQUIRE_EQ(mtx_timedlock(&m, &ts), thrd_timedout);
t_cancellation.c 66 case thrd_timedout: return "thrd_timedout";

Completed in 18 milliseconds