userver: userver/compiler/impl/tsan.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
tsan.hpp File Reference

Detailed Description

Defines USERVER_IMPL_HAS_TSAN to 1 and includes <sanitizer/tsan_interface.h> if Thread Sanitizer is enabled; otherwise defines USERVER_IMPL_HAS_TSAN to 0.

Definition in file tsan.hpp.

Go to the source code of this file.

Macros

#define USERVER_IMPL_HAS_TSAN   0
 
#define USERVER_IMPL_DISABLE_TSAN
 

Macro Definition Documentation

◆ USERVER_IMPL_DISABLE_TSAN

#define USERVER_IMPL_DISABLE_TSAN

Definition at line 40 of file tsan.hpp.

◆ USERVER_IMPL_HAS_TSAN

#define USERVER_IMPL_HAS_TSAN   0

Definition at line 20 of file tsan.hpp.