Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DProcessState.h115 pthread_cond_t mThreadCountDecrement; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DProcessState.h115 pthread_cond_t mThreadCountDecrement; variable
/aosp12/frameworks/native/libs/binder/
H A DProcessState.cpp417 , mThreadCountDecrement(PTHREAD_COND_INITIALIZER) in ProcessState()
H A DIPCThreadState.cpp513 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()
559 pthread_cond_broadcast(&mProcess->mThreadCountDecrement); in getAndExecuteCommand()