summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-06-24 18:09:15 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-24 23:19:45 +0200
commit4abd2598f7816891af3bd462ffaee57f3423b9f9 (patch)
treef9c9422e603bb6a9516d8658c259c66ace2157ca
parent66617557476e7275fdb5ef3a7f46df89027cda4e (diff)
Revert: svp: always release SolarMutex on yield
Keeps the SolarMutexReleaser replacement. Seems a real fix for the original busy-lock problem needs further investigation. This reverts commit b9ea3467383ccdfe4be842e61267256f281487ee. Change-Id: I4bf6157e7236c30ecbf0b710d8bf9dc39d9ae5dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117795 Tested-by: Eike Rathke <erack@redhat.com> Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r--vcl/headless/svpinst.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 36859e9b3fb2..638052611360 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -528,7 +528,6 @@ bool SvpSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents)
{
if (bSkipPoll)
pMutex->m_NonMainWaitingYieldCond.set(); // wake up other threads
- SolarMutexReleaser aReleaser;
}
}
else // !IsMainThread()