Home | History | Annotate | Download | only in tests

Lines Matching full:test05

483 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
485 namespace test05 {
528 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test05. FP. Unavoidable in hybrid scheme.");
529 printf("test05: unavoidable false positive\n");
534 } // namespace test05
540 // Same as test05 but we annotated the Wait() loop.