Home | History | Annotate | Download | only in tests

Lines Matching full:test05

487 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
489 namespace test05 {
532 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test05. FP. Unavoidable in hybrid scheme.");
533 printf("test05: unavoidable false positive\n");
538 } // namespace test05
544 // Same as test05 but we annotated the Wait() loop.