9cfd91a Add ThreadSanitizer support

Authored and Committed by pemensik 4 years ago
1 file changed. 14 lines added. 1 lines removed.
    Add ThreadSanitizer support
    
    Has to be enabled in build by --with TSAN.
    Would make build fail unit tests and print many warnings about possible
    race conditions. Not useful for production build, but useful for
    debugging thread related problems in system tests.
    
        
file modified
+14 -1