Searched refs:mThreadCountDecrement (Results 1 – 3 of 3) sorted by relevance
114 pthread_cond_t mThreadCountDecrement; variable
429 , mThreadCountDecrement(PTHREAD_COND_INITIALIZER) in ProcessState()
433 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()477 pthread_cond_broadcast(&mProcess->mThreadCountDecrement); in getAndExecuteCommand()