Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.4.3
-
None
Description
It would be nice if Qt would support using Intel's ThreadChecker for verifying the correctness of multi-threaded applications.
Currently the ThreadChecker produces lots of false positives as it does not understand what is going on in the internals of Qt. There is however a user-level synchronization API to tell the ThreadChecker where to track thread synchronization. It would be a nice option to have a flag in the configuration script/application to compile a QtCore with these additional calls to the user-level synchronization API functions of the ThreadChecker.