Searched refs:TSAN_FLAG (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 13 #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 …]
|
D | tsan_flags.cc | 39 #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()
|
D | tsan_flags.h | 23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 25 #undef TSAN_FLAG
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 12 #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 …]
|
D | tsan_flags.cpp | 34 #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()
|
D | tsan_flags.h | 22 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 24 #undef TSAN_FLAG
|