diff options
Diffstat (limited to 'include/binder/ProcessState.h')
-rw-r--r-- | include/binder/ProcessState.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/binder/ProcessState.h b/include/binder/ProcessState.h index 9725822eaf..8caf1afedf 100644 --- a/include/binder/ProcessState.h +++ b/include/binder/ProcessState.h @@ -70,6 +70,8 @@ public: void spawnPooledThread(bool isMain); + status_t setThreadPoolMaxThreadCount(size_t maxThreads); + private: friend class IPCThreadState; |