Home | History | Annotate | Download | only in base

Lines Matching refs:cond_

671   CHECK_MUTEX_CALL(pthread_cond_init, (&cond_, &cond_attrs));
686 int rc = pthread_cond_destroy(&cond_);
721 CHECK_MUTEX_CALL(pthread_cond_broadcast, (&cond_));
738 CHECK_MUTEX_CALL(pthread_cond_signal, (&cond_));
776 CHECK_MUTEX_CALL(pthread_cond_wait, (&cond_, &guard_.mutex_));
822 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &guard_.mutex_, &ts));