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

Commit 69fef8dd 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:...

Merge "libbinder_ndk: default threadpool size is ... 15" am: e6c68145 am: 20a517af am: efa5313f am: e3fb15b9
am: 902ff982

Change-Id: Ifa6c96d255abf437424237dcac39337cced925da
parents fa2bb2ae 902ff982
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);