From 4cfcf965b5c95b1ba7dd454e9dda954e8315b8a9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 30 Oct 2017 16:27:01 +0200 Subject: ReleaseYieldMutex is always called with true so drop param and rename to ReleaseYieldMutexAll Change-Id: Ic4fcee24d46405659e54363c87f21d88696b0ce1 Reviewed-on: https://gerrit.libreoffice.org/44057 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/headless/svpinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/headless/svpinst.cxx') diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx index 50eeb9cc207c..e20592b51b67 100644 --- a/vcl/headless/svpinst.cxx +++ b/vcl/headless/svpinst.cxx @@ -312,7 +312,7 @@ void SvpSalInstance::DoReleaseYield( int nTimeoutMS ) aPoll.revents = 0; // release yield mutex - sal_uInt32 nAcquireCount = ReleaseYieldMutex( true ); + sal_uInt32 nAcquireCount = ReleaseYieldMutexAll(); (void)poll( &aPoll, 1, nTimeoutMS ); -- cgit