summaryrefslogtreecommitdiff
path: root/framework/source/helper/wakeupthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/wakeupthread.cxx')
-rw-r--r--framework/source/helper/wakeupthread.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/helper/wakeupthread.cxx b/framework/source/helper/wakeupthread.cxx
index e695a603a1b5..c048ca5aa59a 100644
--- a/framework/source/helper/wakeupthread.cxx
+++ b/framework/source/helper/wakeupthread.cxx
@@ -33,6 +33,8 @@ WakeUpThread::WakeUpThread(const css::uno::Reference< css::util::XUpdatable >& x
void SAL_CALL WakeUpThread::run()
{
+ osl_setThreadName("framework::WakeUpThread");
+
::osl::Condition aSleeper;
TimeValue aTime;