Home | History | Annotate | Download | only in vm

Lines Matching full:cond

639 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
646 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts);
648 ret = pthread_cond_timedwait(cond, mutex, &ts);