You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To properly test algorithm thread safety, TestMultithreading.h should only instantiate oneAlgorithmSequence to be used for all threads, rather than one instance per thread. Because of this issue, we are sort of "cheating" the thread sanitizer...
The text was updated successfully, but these errors were encountered:
To properly test algorithm thread safety,
TestMultithreading.h
should only instantiate oneAlgorithmSequence
to be used for all threads, rather than one instance per thread. Because of this issue, we are sort of "cheating" the thread sanitizer...The text was updated successfully, but these errors were encountered: