diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-28 13:59:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-30 09:30:03 +0200 |
commit | 0d43f5176d34145b0965fdb2536cd6f454e985c5 (patch) | |
tree | cdce3fff899e08e9aa4aa405213b23fd5a4da7f6 /include | |
parent | 736a4e659cff2ef5f900301d7d288494f9b98178 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/scheduler.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx index 2d422c6e9678..ac429ed33b09 100644 --- a/include/vcl/scheduler.hxx +++ b/include/vcl/scheduler.hxx @@ -64,11 +64,6 @@ public: * @see Application::Reschedule */ static void ProcessEventsToIdle(); - /** - * Process events until the parameter turns true, - * allows processing until a specific event has been processed - */ - static void ProcessEventsToSignal(bool& bSignal); /// Control the deterministic mode. In this mode, two subsequent runs of /// LibreOffice fire about the same amount idles. |