Searched refs:mThreadCountDecrement (Results 1 – 4 of 4) sorted by relevance
115 pthread_cond_t mThreadCountDecrement; variable
417 , mThreadCountDecrement(PTHREAD_COND_INITIALIZER) in ProcessState()
513 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()559 pthread_cond_broadcast(&mProcess->mThreadCountDecrement); in getAndExecuteCommand()