Searched refs:waitCond (Results 1 – 4 of 4) sorted by relevance
52 static pthread_cond_t waitCond = PTHREAD_COND_INITIALIZER; variable189 pthread_cond_wait(&waitCond, &waitLock); in atomicTest()295 pthread_cond_broadcast(&waitCond); in dvmTestAtomicSpeed()
710 ret = pthread_cond_wait(&self->waitCond, &self->waitMutex); in waitMonitor()714 ret = pthread_cond_timedwait_monotonic(&self->waitCond, &self->waitMutex, &ts); in waitMonitor()716 ret = pthread_cond_timedwait(&self->waitCond, &self->waitMutex, &ts); in waitMonitor()787 pthread_cond_signal(&thread->waitCond); in notifyMonitor()819 pthread_cond_signal(&thread->waitCond); in notifyAllMonitor()1212 pthread_cond_signal(&thread->waitCond); in dvmThreadInterrupt()
268 pthread_cond_t waitCond; member
939 pthread_cond_init(&thread->waitCond, NULL); in prepareThread()