Lines Matching refs:RunTest
381 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() function
1588 EXPECT_EQ(RunTest(&TestMu, threads, iterations, operations), operations);
1602 EXPECT_EQ(RunTest(&TestTry, threads, iterations, operations), operations);
1616 EXPECT_EQ(RunTest(&TestR20ms, threads, iterations, operations), 0);
1623 EXPECT_EQ(RunTest(&TestRW, threads, iterations, operations), operations / 2);
1637 EXPECT_EQ(RunTest(&TestAwait, threads, iterations, operations), operations);
1644 EXPECT_EQ(RunTest(&TestSignalAll, threads, iterations, operations),
1652 EXPECT_EQ(RunTest(&TestSignal, threads, iterations, operations), operations);
1659 EXPECT_EQ(RunTest(&TestCVTimeout, threads, iterations, operations),
1666 EXPECT_EQ(RunTest(&TestCVTime, threads, iterations, 1),
1673 EXPECT_EQ(RunTest(&TestMuTime, threads, iterations, 1), threads * iterations);