summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/unx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-22 21:53:42 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-25 13:21:58 +0200
commit961d061ba177a79fe9f91404e3cd4d0d0bc30a87 (patch)
tree4d9338f46e3df90ccca35e7513b262077767ff57 /extensions/source/plugin/unx
parentd386f88774df977691f9cb6ab231aa5b085d0b70 (diff)
set names on some UNIX-only threads
Change-Id: I4c247916256618312e7d98673d9db4d26e26fa39
Diffstat (limited to 'extensions/source/plugin/unx')
-rw-r--r--extensions/source/plugin/unx/mediator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/plugin/unx/mediator.cxx b/extensions/source/plugin/unx/mediator.cxx
index 824880039e31..76045f3724a3 100644
--- a/extensions/source/plugin/unx/mediator.cxx
+++ b/extensions/source/plugin/unx/mediator.cxx
@@ -196,6 +196,8 @@ MediatorListener::~MediatorListener()
void MediatorListener::run()
{
+ osl_setThreadName("MediatorListener");
+
bool bRun = true;
while( schedule() && m_pMediator && bRun )
{