Home | History | Annotate | Download | only in base

Lines Matching refs:cond_

761   CHECK_MUTEX_CALL(pthread_cond_init, (&cond_, &cond_attrs));
776 int rc = pthread_cond_destroy(&cond_);
811 CHECK_MUTEX_CALL(pthread_cond_broadcast, (&cond_));
828 CHECK_MUTEX_CALL(pthread_cond_signal, (&cond_));
878 CHECK_MUTEX_CALL(pthread_cond_wait, (&cond_, &guard_.mutex_));
926 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &guard_.mutex_, &ts));