Lines Matching refs:pthread_cond_wait
96 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY()
157 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY()
216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex)); in ATF_TC_BODY()
243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in signal_wait_race_threadfunc()
282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in ATF_TC_BODY()
372 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in broadcast_threadfunc()
412 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, in ATF_TC_BODY()
504 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in destroy_busy_threadfunc()
528 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY()
557 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in destroy_after_cancel_threadfunc()
583 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY()
602 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in destroy_after_signal_threadfunc()
626 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex)); in ATF_TC_BODY()