Lines Matching full:test05
243 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
245 namespace test05 {
282 printf("test05: unavoidable false positive\n");
285 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test05. FP. Unavoidable in hybrid scheme.");
292 } // namespace test05
298 // Same as test05 but we annotated the Wait() loop.