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

  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 42 const bool kGoMode = true;
46 const bool kGoMode = false;
tsan_flags.cc 64 if (kGoMode) {
tsan_sync.cc 123 if (kGoMode) {
tsan_rtl.cc 852 if (kGoMode || size < common_flags()->clear_shadow_mmap_threshold) {
tsan_rtl_mutex.cc 53 if (kGoMode)

Completed in 571 milliseconds