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

Commit e3fb15b9 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

am: efa5313f

Change-Id: If08857952bd84aea0b36f9df16165fd1ae8a30b7
parents 15d7ac6a efa5313f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ __BEGIN_DECLS
void ABinderProcess_startThreadPool();
void ABinderProcess_startThreadPool();
/**
/**
 * This sets the maximum number of threads that can be started in the threadpool. By default, after
 * 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.
 * the kernel from starting new threads and will not delete already existing threads.
 */
 */
bool ABinderProcess_setThreadPoolMaxThreadCount(uint32_t numThreads);
bool ABinderProcess_setThreadPoolMaxThreadCount(uint32_t numThreads);