Searched refs:setThreadPoolMaxThreadCount (Results 1 – 15 of 15) sorted by relevance
23 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
32 return ProcessState::self()->setThreadPoolMaxThreadCount(numThreads) == 0; in ABinderProcess_setThreadPoolMaxThreadCount()
34 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
41 ps->setThreadPoolMaxThreadCount(1); // everything is oneway, let it queue and save ram in main()
17 ps->setThreadPoolMaxThreadCount(4); in main()
73 ps->setThreadPoolMaxThreadCount(9); in main()
85 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
67 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
124 ps->setThreadPoolMaxThreadCount(0); in main()
202 ProcessState::self()->setThreadPoolMaxThreadCount(0); in main()
162 android::ProcessState::self()->setThreadPoolMaxThreadCount(1); in server()
342 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState
531 ProcessState::self()->setThreadPoolMaxThreadCount(0); in runBinderServer()
1170 ProcessState::self()->setThreadPoolMaxThreadCount(maxThreads); in android_os_BinderInternal_setMaxThreads()