Home | History | Annotate | Download | only in tests

Lines Matching refs:RaceyWrite

7111 void RaceyWrite() { GLOB++; }
7112 void Func1() { RaceyWrite(); }