Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h119 size_t mWaitingForThreads; variable
/frameworks/native/include/binder/
DProcessState.h119 size_t mWaitingForThreads; variable
/frameworks/native/libs/binder/
DProcessState.cpp419 , mWaitingForThreads(0) in ProcessState()
DIPCThreadState.cpp508 mProcess->mWaitingForThreads++; in blockUntilThreadAvailable()
515 mProcess->mWaitingForThreads--; in blockUntilThreadAvailable()
558 if (mProcess->mWaitingForThreads > 0) { in getAndExecuteCommand()