CARB_TSAN_ENABLED
Defined in carb/Defines.h
- 
CARB_TSAN_ENABLED
- A macro defined as - 1if the toolchain is building the current file with- -fsanitize=thread, that is, if- __SANITIZE_THREAD__is defined;- 0otherwise. 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.