From 57a4337e254b485df33dc01e508bb936adc6ec75 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 22 Aug 2014 23:51:08 +0200 Subject: set names on a bunch more threads... Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8 --- framework/source/helper/wakeupthread.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/source') 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; -- cgit