Searched defs:mutex (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DSync.cpp578 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex, argument
585 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts);
587 ret = pthread_cond_timedwait(cond, mutex, &ts);
660 * not order sensitive as we hold the pthread mutex.
737 * updates is not order sensitive as we hold the pthread mutex.

Completed in 630 milliseconds