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

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c48 static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER; variable
185 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex));
241 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
280 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
290 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
326 rv = pthread_cond_timedwait(&static_cond, &static_mutex, &ts);
370 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
[all...]

Completed in 167 milliseconds