Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h28 const bool kGoMode = true; variable
34 const bool kGoMode = false;
Dtsan_flags.cc61 f->history_size = kGoMode ? 1 : 2; // There are a lot of goroutines in Go. in InitializeFlags()