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

  /src/tests/lib/libpthread/
t_cnd.c 141 ATF_TC(cnd_timedwait);
142 ATF_TC_HEAD(cnd_timedwait, tc)
144 atf_tc_set_md_var(tc, "descr", "Test C11 cnd_timedwait(3)");
147 ATF_TC_BODY(cnd_timedwait, tc)
160 ATF_REQUIRE_EQ(cnd_timedwait(&c, &m, &ts), thrd_timedout);
172 ATF_TP_ADD_TC(tp, cnd_timedwait);
t_cancellation.c 220 RT(cnd_timedwait(&cnd, &mtx, &t));
  /src/lib/libpthread/
cnd.c 89 cnd_timedwait(cnd_t * __restrict cond, mtx_t * __restrict mtx, function in typeref:typename:int
threads.h 92 int cnd_timedwait(cnd_t * __restrict, mtx_t * __restrict,
Makefile 270 MLINKS+= cnd.3 cnd_timedwait.3

Completed in 33 milliseconds