HomeSort by relevance Sort by last modified time
    Searched full:expect_report (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 32 static __thread bool expect_report; variable
104 if (expect_report) {
261 bool expect_report;
270 , expect_report()
275 expect_report = true;
292 CHECK_EQ(expect_report, false);
293 expect_report = ev->expect_report;
369 if (expect_report && !expect_report_reported) {
373 expect_report = false
    [all...]

Completed in 360 milliseconds