Skip to content

Eliminated data race found by TSan

Sean McBride requested to merge seanm/vtk:TestSMPFeatures-race into master

The code looks like it was trying to illustrate correct atomic vs incorrect non-atomic.

But the incorrect case is undefined behaviour and really shouldn't be done at all.

Merge request reports