Searched refs:getThreadPoolMaxTotalThreadCount (Results 1 – 10 of 10) sorted by relevance
126 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
130 CHECK_EQ(0, ps->getThreadPoolMaxTotalThreadCount()) in fuzzService()
352 CHECK_GT(ProcessState::self()->getThreadPoolMaxTotalThreadCount(), 0); in main()
2502 reply->writeInt32(ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in onTransact()
434 if (ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0) { in linkToDeath()570 LOG_ALWAYS_FATAL_IF(ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0, in addFrozenStateChangeCallback()
458 size_t ProcessState::getThreadPoolMaxTotalThreadCount() const { in getThreadPoolMaxTotalThreadCount() function in android::ProcessState
139 } else if (self->getThreadPoolMaxTotalThreadCount() <= 0) { in isClientSideCachingEnabled()
692 if (self && 0 == self->getThreadPoolMaxTotalThreadCount()) { in waitForService()729 name.c_str(), self ? self->getThreadPoolMaxTotalThreadCount() : 0); in waitForService()
697 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxTotalThreadCount(); in setRpcClientDebug()