Loading libs/binder/ndk/include_apex/android/binder_process.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
libs/binder/ndk/include_apex/android/binder_process.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading