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

  /src/lib/libpthread/
cnd.c 108 cnd_wait(cnd_t *cond, mtx_t *mtx) function
threads.h 94 int cnd_wait(cnd_t *, mtx_t *);
Makefile 287 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));
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.c 98 if (cnd_wait (&lock->waiting_readers, &lock->lock) != thrd_success)
123 if (cnd_wait (&lock->waiting_writers, &lock->lock) != thrd_success)
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.c 98 if (cnd_wait (&lock->waiting_readers, &lock->lock) != thrd_success)
123 if (cnd_wait (&lock->waiting_writers, &lock->lock) != thrd_success)

Completed in 54 milliseconds