Home | History | Annotate | Download | only in tests

Lines Matching refs:VAR1

5758 int     VAR1 = 0;
5773 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); }
5774 void Thread2() { CorrectWrite(&VAR1); }
5781 VAR1 = 0;
5783 ANNOTATE_TRACE_MEMORY(&VAR1);
5786 ANNOTATE_EXPECT_RACE_FOR_TSAN(&VAR1, "test122. TP. ReaderLock-ed while writing");