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

/dalvik/vm/
H A DSync.cpp582 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex, argument
589 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts);
591 ret = pthread_cond_timedwait(cond, mutex, &ts);
664 * not order sensitive as we hold the pthread mutex.
741 * updates is not order sensitive as we hold the pthread mutex.

Completed in 4 milliseconds