summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/timer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/salhelper/source/timer.cxx b/salhelper/source/timer.cxx
index f0486b5a1b5b..899d6c325d6a 100644
--- a/salhelper/source/timer.cxx
+++ b/salhelper/source/timer.cxx
@@ -427,6 +427,8 @@ void TimerManager::checkForTimeout()
void TimerManager::run()
{
+ osl_setThreadName("salhelper::TimerManager");
+
setPriority( osl_Thread_PriorityBelowNormal );
while (schedule())