Home | History | Annotate | Download | only in vm

Lines Matching refs:cond

692 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
699 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts);
701 ret = pthread_cond_timedwait(cond, mutex, &ts);