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 8caf1af..e63a0d0 100644 --- a/include/binder/ProcessState.h +++ b/include/binder/ProcessState.h @@ -71,6 +71,7 @@ public: void spawnPooledThread(bool isMain); status_t setThreadPoolMaxThreadCount(size_t maxThreads); + void giveThreadPoolName(); private: friend class IPCThreadState; @@ -80,6 +81,7 @@ private: ProcessState(const ProcessState& o); ProcessState& operator=(const ProcessState& o); + String8 makeBinderThreadName(); struct handle_entry { IBinder* binder; |