Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/
H A DBinder.cpp695 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxTotalThreadCount(); in setRpcClientDebug() local
696 if (binderThreadPoolMaxCount <= 1) { in setRpcClientDebug()
699 __PRETTY_FUNCTION__, binderThreadPoolMaxCount); in setRpcClientDebug()
722 rpcServer->setMaxThreads(binderThreadPoolMaxCount); in setRpcClientDebug()