diff options
Diffstat (limited to 'io/source')
-rw-r--r-- | io/source/stm/opump.cxx | 1 |
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(); } |