Lines Matching refs:waitMutex
798 dvmLockMutex(&self->waitMutex); in waitMonitor()
815 dvmUnlockMutex(&self->waitMutex); in waitMonitor()
826 ret = pthread_cond_wait(&self->waitCond, &self->waitMutex); in waitMonitor()
830 ret = pthread_cond_timedwait_monotonic(&self->waitCond, &self->waitMutex, &ts); in waitMonitor()
832 ret = pthread_cond_timedwait(&self->waitCond, &self->waitMutex, &ts); in waitMonitor()
843 dvmUnlockMutex(&self->waitMutex); in waitMonitor()
899 dvmLockMutex(&thread->waitMutex); in notifyMonitor()
903 dvmUnlockMutex(&thread->waitMutex); in notifyMonitor()
906 dvmUnlockMutex(&thread->waitMutex); in notifyMonitor()
931 dvmLockMutex(&thread->waitMutex); in notifyAllMonitor()
936 dvmUnlockMutex(&thread->waitMutex); in notifyAllMonitor()
1350 dvmLockMutex(&thread->waitMutex); in dvmThreadInterrupt()
1357 dvmUnlockMutex(&thread->waitMutex); in dvmThreadInterrupt()
1379 dvmUnlockMutex(&thread->waitMutex); in dvmThreadInterrupt()