Home | History | Annotate | Download | only in libpthread

Lines Matching defs:cond

46 static pthread_cond_t cond;
65 PTHREAD_REQUIRE(pthread_cond_signal(&cond));
84 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
96 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
124 PTHREAD_REQUIRE(pthread_cond_signal(&cond));
145 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
157 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
511 PTHREAD_REQUIRE(pthread_cond_broadcast(&cond));
512 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
532 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
538 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
545 PTHREAD_REQUIRE(pthread_cond_destroy(&cond));