-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Usability
-
None
-
Build
To suppress the TSAN sanitizer today is quite wordy:
#if defined(__has_feature) #if __has_feature(thread_sanitizer) __attribute__((no_sanitize("thread"))) #endif #endif
Instead, if we had a macro, such asĀ MONGO_NO_TSAN it would make this easier for future uses.
- related to
-
SERVER-49956 Race over wiredTigerGlobalOptions.checkpointDelaySecs
- Closed
-
SERVER-50924 Suppress TSAN for LockerImpl::getLockerInfo()
- Closed