CARB_TSAN_ENABLED

Defined in carb/Defines.h

CARB_TSAN_ENABLED

A macro defined as 1 if the toolchain is building the current file with -fsanitize=thread, that is, if __SANITIZE_THREAD__ is defined; 0 otherwise. May be overridden by defining a different value before including this file or by specifying a different value on the compiler command line. Microsoft Visual Studio does not support thread sanitizer.