Searched refs:mThreadCountDecrement (Results 1 – 3 of 3) sorted by relevance
97 pthread_cond_t mThreadCountDecrement; variable
362 , mThreadCountDecrement(PTHREAD_COND_INITIALIZER) in ProcessState()
421 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()462 pthread_cond_broadcast(&mProcess->mThreadCountDecrement); in getAndExecuteCommand()