office-gobmx/salhelper/qa
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
..
test_api.cxx tdf#146619 Remove unused #includes from C/C++ files 2023-08-01 21:13:47 +02:00
timer.cxx Fix salhelper::Timer 2023-12-15 07:30:35 +01:00