HomeSort by relevance Sort by last modified time
    Searched refs:kGoMode (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 28 const bool kGoMode = true;
34 const bool kGoMode = false;
tsan_flags.cc 61 f->history_size = kGoMode ? 1 : 2; // There are a lot of goroutines in Go.

Completed in 46 milliseconds