Searched refs:setThreadPoolMaxThreadCount (Results 1 – 12 of 12) 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()
76 ps->setThreadPoolMaxThreadCount(9); in main()
85 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
73 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
174 ProcessState::self()->setThreadPoolMaxThreadCount(0); in main()
377 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState
531 ProcessState::self()->setThreadPoolMaxThreadCount(0); in runBinderServer()
1054 ProcessState::self()->setThreadPoolMaxThreadCount(maxThreads); in android_os_BinderInternal_setMaxThreads()