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

  /src/lib/libpthread/
cnd.c 108 cnd_wait(cnd_t *cond, mtx_t *mtx) function in typeref:typename:int
threads.h 94 int cnd_wait(cnd_t *, mtx_t *);
Makefile 271 MLINKS+= cnd.3 cnd_wait.3
  /src/tests/lib/libpthread/
t_cnd.c 72 ATF_REQUIRE_EQ(cnd_wait(&b_c, &b_m), thrd_success);
t_cancellation.c 234 RT(cnd_wait(&cnd, &mtx));

Completed in 13 milliseconds