Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21f5f9aa authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk: default threadpool size is ... 15

> #define DEFAULT_MAX_BINDER_THREADS 15

Bug: N/A
Test: N/A
Change-Id: Ic5ea75142f697ecc82f7b05768e7081123ed8d7a
parent 8536c373
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ __BEGIN_DECLS
void ABinderProcess_startThreadPool();
/**
 * This sets the maximum number of threads that can be started in the threadpool. By default, after
 * startThreadPool is called, this is one. If it is called additional times, it will only prevent
 * startThreadPool is called, this is 15. If it is called additional times, it will only prevent
 * the kernel from starting new threads and will not delete already existing threads.
 */
bool ABinderProcess_setThreadPoolMaxThreadCount(uint32_t numThreads);