Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h28 const bool kGoMode = true; variable
34 const bool kGoMode = false;
Dtsan_flags.cc95 f->history_size = kGoMode ? 1 : 2; // There are a lot of goroutines in Go. in InitializeFlags()
Dtsan_rtl_mutex.cc57 if (kGoMode) in ReportMutexMisuse()
Dtsan_rtl.cc819 if (kGoMode || size < common_flags()->clear_shadow_mmap_threshold) { in MemoryRangeSet()