summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-22 23:51:08 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-25 13:21:59 +0200
commit57a4337e254b485df33dc01e508bb936adc6ec75 (patch)
tree9040323a7b8edc55f62e541dece0963e9df99d3d /io
parent961d061ba177a79fe9f91404e3cd4d0d0bc30a87 (diff)
set names on a bunch more threads...
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
Diffstat (limited to 'io')
-rw-r--r--io/source/stm/opump.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index 51b4bb83226d..42e3a356cabb 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -241,6 +241,7 @@ void Pump::close()
void Pump::static_run( void* pObject )
{
+ osl_setThreadName("io_stm::Pump::run()");
((Pump*)pObject)->run();
((Pump*)pObject)->release();
}