-
Suggestion
-
Resolution: Invalid
-
P4: Low
-
None
-
5.9.2
-
None
in QReadWriteLockPrivate class there are functions lockForRead()/lockForWrite() where, a while-loop waiting for changes on these variables without modifying them directly.
It is possible that in future some compiler try to optimize that, so it would be nice if those variables are declared volatile.