Home | History | Annotate | Download | only in unittest

Lines Matching refs:test91

4248 // See also test91.
4298 // test91: FP. Test for a safely-published pointer (read-write). {{{1
4299 namespace test91 {
4315 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB[42], "test91. FP. This is a false positve");
4336 printf("test91: false positive (safely published pointer, read/write).\n");
4343 } // namespace test91
4348 // Similar to test91, but annotated with ANNOTATE_PUBLISH_MEMORY_RANGE.