Lines Matching refs:TSAN_FLAG
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,
38 TSAN_FLAG(bool, report_signal_unsafe, true,
41 TSAN_FLAG(bool, report_atomic_races, true,
43 TSAN_FLAG(
47 TSAN_FLAG(bool, print_benign, false, "Print matched \"benign\" races at exit.")
48 TSAN_FLAG(bool, halt_on_error, false, "Exit after first reported error.")
49 TSAN_FLAG(int, atexit_sleep_ms, 1000,
52 TSAN_FLAG(const char *, profile_memory, "",
54 TSAN_FLAG(int, flush_memory_ms, 0, "Flush shadow memory every X ms.")
55 TSAN_FLAG(int, flush_symbolizer_ms, 5000, "Flush symbolizer caches every X ms.")
56 TSAN_FLAG(
60 TSAN_FLAG(bool, stop_on_start, false,
62 TSAN_FLAG(bool, running_on_valgrind, false,
64 TSAN_FLAG(
71 TSAN_FLAG(int, io_sync, 1,
76 TSAN_FLAG(bool, die_after_fork, true,
78 TSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
79 TSAN_FLAG(bool, ignore_interceptors_accesses, false,
81 TSAN_FLAG(bool, shared_ptr_interceptor, true,