Searched refs:setThreadPoolMaxThreadCount (Results 1 – 4 of 4) sorted by relevance
23 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
31 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
64 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
296 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState