office-gobmx/salhelper
Stephan Bergmann 7397fa7cdf Fix salhelper::Timer
Using it was prone to cause deadlocks on shutdown, when the main thread during
exit destroys the static salhelper::TimerManager instance, which blocks
destroying its m_notEmpty member because the salhelper::TimerManager::run thread
is blocking at

>         m_notEmpty.wait(pDelay);

Change-Id: If72700cb622e945f5f314a00ded57538961ab8d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160788
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2023-12-15 07:30:35 +01:00
..
qa
source
test
CppunitTest_salhelper_testapi.mk
IwyuFilter_salhelper.yaml
Library_salhelper.mk
Makefile
Module_salhelper.mk
README.md

C++ Helpers for SAL

C++ helpers to make use of SAL easier.