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

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 24 bool enable_annotations; member in struct:__tsan::Flags
tsan_flags.cc 37 ParseFlag(env, &f->enable_annotations, "enable_annotations", "");
72 f->enable_annotations = true;
tsan_interface_ann.cc 50 if (!flags()->enable_annotations) \
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 30 f.enable_annotations = false;
34 EXPECT_EQ(true, f.enable_annotations);
38 " enable_annotations=0"
83 " enable_annotations=true"
128 EXPECT_EQ(f->enable_annotations, 0);
173 EXPECT_EQ(f->enable_annotations, true);

Completed in 46 milliseconds