Fixed|libdeng2: Protect HighPerformanceTimer for multithreaded access
If two threads check the current value of HighPerformanceTimer atthe same time, a race condition could occur. Also, QTime is notinherently thread-safe.
View differences
Fixed|libdeng2: Protect HighPerformanceTimer for multithreaded access
If two threads check the current value of HighPerformanceTimer at
the same time, a race condition could occur. Also, QTime is not
inherently thread-safe.