Searched refs:getThreadPoolMaxTotalThreadCount (Results 1 – 8 of 8) sorted by relevance
123 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
115 CHECK_EQ(0, ps->getThreadPoolMaxTotalThreadCount()) in fuzzService()
411 if (0 == ProcessState::self()->getThreadPoolMaxTotalThreadCount()) { in waitForService()450 name.c_str(), ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in waitForService()
434 size_t ProcessState::getThreadPoolMaxTotalThreadCount() const { in getThreadPoolMaxTotalThreadCount() function in android::ProcessState
428 if (ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0) { in linkToDeath()
679 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxTotalThreadCount(); in setRpcClientDebug()
2024 reply->writeInt32(ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in onTransact()