Home | History | Annotate | Download | only in tests

Lines Matching refs:racey

4141 // test86: Test for race inside DTOR: racey write to vptr. Benign. {{{1
4143 // This test shows a racey access to vptr (the pointer to vtbl).
4231 // test87: Test for race inside DTOR: racey write to vptr. Harmful.{{{1
6355 int *racey = &stack;
6356 q.Put(racey);
6357 (*racey)++;