Home | History | Annotate | Download | only in tests

Lines Matching refs:WriteWhileHoldingReaderLock

5758 void WriteWhileHoldingReaderLock(int *p) {
5769 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); }
5772 void Thread4() { WriteWhileHoldingReaderLock(&VAR2); }