Home | History | Annotate | Download | only in tests

Lines Matching refs:Thread4

5772 void Thread4() { WriteWhileHoldingReaderLock(&VAR2); } 
5785 MyThreadArray t(Thread1, Thread2, Thread3, Thread4);
7081 void Thread4() { DoBadWrite(); }
7091 t4(Thread4, NULL, "buggy writer");