Home
last modified time | relevance | path

Searched refs:mThreadCountDecrement (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DProcessState.h97 pthread_cond_t mThreadCountDecrement; variable
/frameworks/native/libs/binder/
DProcessState.cpp362 , mThreadCountDecrement(PTHREAD_COND_INITIALIZER) in ProcessState()
DIPCThreadState.cpp421 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()
462 pthread_cond_broadcast(&mProcess->mThreadCountDecrement); in getAndExecuteCommand()