Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_defs.h38 const bool kGoMode = true; variable
44 const bool kGoMode = false;
HDtsan_flags.inc66 int, history_size, kGoMode ? 1 : 3, // There are a lot of goroutines in Go.
HDtsan_rtl_mutex.cc53 if (kGoMode) in ReportMutexMisuse()
HDtsan_rtl.cc838 if (kGoMode || size < common_flags()->clear_shadow_mmap_threshold) { in MemoryRangeSet()