Home | History | Annotate | Download | only in unittest

Lines Matching refs:test132

5730 // test132: TP. Simple race (write vs write). Works in fast-mode. {{{1
5731 namespace test132 {
5736 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test132");
5737 printf("test132: positive; &GLOB=%p\n", &GLOB);
5749 } // namespace test132
5754 // Same as test132, but everything is run from a separate thread spawned from