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

Commit efa5313f authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder_ndk: default threadpool size is ... 15" am: e6c68145

am: 20a517af

Change-Id: Ie9f44e77b21717271b21af05a51e9574130db137
parents 4369bb2c 20a517af
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);