Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h42 const bool kGoMode = true; variable
46 const bool kGoMode = false;
Dtsan_flags.cc64 if (kGoMode) { in InitializeFlags()
Dtsan_flags.inc65 int, history_size, kGoMode ? 1 : 3, // There are a lot of goroutines in Go.
Dtsan_sync.cc123 if (kGoMode) { in ResetRange()
Dtsan_rtl_mutex.cc53 if (kGoMode) in ReportMutexMisuse()
Dtsan_rtl.cc852 if (kGoMode || size < common_flags()->clear_shadow_mmap_threshold) { in MemoryRangeSet()