commit | 1f44f98dcd552f820a5e115e5f977cd15ae0eae5 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Oct 08 17:16:47 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Oct 11 16:43:39 2021 -0700 |
tree | ca9b330b39ed37a7de1298dd2d847e8d98133fba | |
parent | 8347ab590004648816eb1101bf2b02993575319a [diff] |
binder: RpcSession limit outgoing threads Similar to the number of incoming threads, the number of outgoing threads can be limited via RpcSession::setMaxOutgoingThreads(). If set, only min(maxOutgoingThreads, remoteMaxThreads) outgoing threads are instantiated. Test: binderRpcTest Bug: 194225767 Change-Id: I15686bae4317d0ced5af999f3a3d21f9a03037e1