commit | 1b80f793d2328dd94a151411a1cc3a676121ffc7 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Apr 17 16:11:08 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Apr 18 17:50:03 2012 -0700 |
tree | b0cff08b9879946de7b4218fd09c1467e39e5c46 | |
parent | aa1667f006b8900c63f9b8de6883f06dc3980b91 [diff] [blame] |
add set thread count Change-Id: I70f02908d8362a465eb8a2a24356f6989847f7ba
diff --git a/include/binder/ProcessState.h b/include/binder/ProcessState.h index 9725822..8caf1af 100644 --- a/include/binder/ProcessState.h +++ b/include/binder/ProcessState.h
@@ -70,6 +70,8 @@ void spawnPooledThread(bool isMain); + status_t setThreadPoolMaxThreadCount(size_t maxThreads); + private: friend class IPCThreadState;