Home | History | Annotate | Download | only in tests

Lines Matching refs:VAR1

5754 int     VAR1 = 0;
5769 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); }
5770 void Thread2() { CorrectWrite(&VAR1); }
5777 VAR1 = 0;
5779 ANNOTATE_TRACE_MEMORY(&VAR1);
5782 ANNOTATE_EXPECT_RACE_FOR_TSAN(&VAR1, "test122. TP. ReaderLock-ed while writing");