Searched refs:mCond (Results 1 – 10 of 10) sorted by relevance
76 mCond.signal(); in updateModel()82 mCond.signal(); in stop()103 err = mCond.wait(mMutex); in threadLoop()118 err = mCond.waitRelative(mMutex, targetTime - now); in threadLoop()177 mCond.signal(); in addEventListener()188 mCond.signal(); in removeEventListener()283 Condition mCond; member in android::DispSyncThread
30 mCond.signal(); in setVsyncEnabled()42 status_t err = mCond.wait(mMutex); in threadLoop()
43 Condition mCond; variable
286 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait_()297 ok = pthread_cond_wait(&thiz->mCond, &thiz->mMutex); in object_cond_wait()308 ok = pthread_cond_signal(&thiz->mCond); in object_cond_signal()320 ok = pthread_cond_broadcast(&thiz->mCond); in object_cond_broadcast()
49 pthread_cond_t mCond; member
162 mCond.wait(mLock); in glThread()181 mCond.broadcast(); in glThread()526 mCond.wait(mLock); in startRequest()532 mCond.broadcast(); in sendRequest()534 mCond.wait(mLock); in sendRequest()
126 Condition mCond; variable
735 command->mCond.signal(); in threadLoop()736 command->mCond.waitRelative(mLock, kAudioCommandTimeout); in threadLoop()746 command->mCond.signal(); in threadLoop()747 command->mCond.waitRelative(mLock, kAudioCommandTimeout); in threadLoop()757 command->mCond.signal(); in threadLoop()758 command->mCond.waitRelative(mLock, kAudioCommandTimeout); in threadLoop()890 command->mCond.wait(mLock); in volumeCommand()892 command->mCond.signal(); in volumeCommand()915 command->mCond.wait(mLock); in parametersCommand()917 command->mCond.signal(); in parametersCommand()[all …]
211 Condition mCond; // condition for status return variable
780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL); in IObject_init()794 ok = pthread_cond_destroy(&thiz->mCond); in IObject_deinit()