Searched refs:cnd_broadcast (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/lib/libpthread/
H A Dt_cnd.c106 ATF_REQUIRE_EQ(cnd_broadcast(&b_c), thrd_success);
117 ATF_TC(cnd_broadcast); variable
118 ATF_TC_HEAD(cnd_broadcast, tc)
120 atf_tc_set_md_var(tc, "descr", "Test C11 cnd_broadcast(3)");
123 ATF_TC_BODY(cnd_broadcast, tc)
170 ATF_TP_ADD_TC(tp, cnd_broadcast);
/netbsd-current/lib/libpthread/
H A Dcnd.c41 cnd_broadcast(cnd_t *cond) function
H A Dthreads.h88 int cnd_broadcast(cnd_t *);
H A DMakefile247 MLINKS+= cnd.3 cnd_broadcast.3
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/glthread/
H A Dlock.c180 if (cnd_broadcast (&lock->waiting_readers) != thrd_success)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.c180 if (cnd_broadcast (&lock->waiting_readers) != thrd_success)

Completed in 265 milliseconds