From 0d43f5176d34145b0965fdb2536cd6f454e985c5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Sep 2017 13:59:13 +0200 Subject: Access to ProcessEventsToSignal's bSignal is racy ...so spell out its single use, locking the appropriate mutex around the access Change-Id: I8e8f47de1979f5a80cf1ad65e5ec24d25145c463 Reviewed-on: https://gerrit.libreoffice.org/42908 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- compilerplugins/clang/constparams.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx index 024c4d8e3430..62300f4d5eb2 100644 --- a/compilerplugins/clang/constparams.cxx +++ b/compilerplugins/clang/constparams.cxx @@ -181,8 +181,6 @@ bool ConstParams::VisitFunctionDecl(const FunctionDecl * functionDecl) || name == "convert_slashes" // UNO component entry points || name.endswith("component_getFactory") - // in Scheduler::, wants to loop until a reference to a bool becomes true - || name == "ProcessEventsToSignal" // external API || name == "Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush" || name == "egiGraphicExport" -- cgit