Home
last modified time | relevance | path

Searched refs:b_c (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/tests/lib/libpthread/
Dt_cnd.c60 static cnd_t b_c; variable
72 ATF_REQUIRE_EQ(cnd_wait(&b_c, &b_m), thrd_success); in b_func()
77 ATF_REQUIRE_EQ(cnd_signal(&b_c), thrd_success); in b_func()
93 ATF_REQUIRE_EQ(cnd_init(&b_c), thrd_success); in cnd_notify()
104 ATF_REQUIRE_EQ(cnd_signal(&b_c), thrd_success); in cnd_notify()
106 ATF_REQUIRE_EQ(cnd_broadcast(&b_c), thrd_success); in cnd_notify()
114 cnd_destroy(&b_c); in cnd_notify()