Home
last modified time | relevance | path

Searched refs:TSAN_FLAG (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc13 #ifndef TSAN_FLAG
14 # error "Define TSAN_FLAG prior to including this file!"
17 // TSAN_FLAG(Type, Name, DefaultValue, Description)
20 TSAN_FLAG(bool, enable_annotations, true,
24 TSAN_FLAG(bool, suppress_equal_stacks, true,
27 TSAN_FLAG(bool, suppress_equal_addresses, true,
31 TSAN_FLAG(bool, report_bugs, true,
33 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
34 TSAN_FLAG(bool, report_destroy_locked, true,
36 TSAN_FLAG(bool, report_mutex_bugs, true,
[all …]
Dtsan_flags.cc39 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
41 #undef TSAN_FLAG in SetDefaults()
47 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() macro
50 #undef TSAN_FLAG in RegisterTsanFlags()
Dtsan_flags.h23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
25 #undef TSAN_FLAG
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc12 #ifndef TSAN_FLAG
13 # error "Define TSAN_FLAG prior to including this file!"
16 // TSAN_FLAG(Type, Name, DefaultValue, Description)
19 TSAN_FLAG(bool, enable_annotations, true,
23 TSAN_FLAG(bool, suppress_equal_stacks, true,
26 TSAN_FLAG(bool, suppress_equal_addresses, true,
30 TSAN_FLAG(bool, report_bugs, true,
32 TSAN_FLAG(bool, report_thread_leaks, true, "Report thread leaks at exit?")
33 TSAN_FLAG(bool, report_destroy_locked, true,
35 TSAN_FLAG(bool, report_mutex_bugs, true,
[all …]
Dtsan_flags.cpp34 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
36 #undef TSAN_FLAG in SetDefaults()
42 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() macro
45 #undef TSAN_FLAG in RegisterTsanFlags()
Dtsan_flags.h22 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
24 #undef TSAN_FLAG