H A D | mutex_test.cc | 357 int threads, int iterations, int operations) { in RunTestCommon() 382 int iterations, int operations) { in RunTest() 384 return RunTestCommon(&cxt, test, threads, iterations, operations); in RunTest() 394 int operations, in RunTestWithInvariantDebugging() 400 int ret = RunTestCommon(&cxt, test, threads, iterations, operations); in RunTestWithInvariantDebugging() 1617 int operations = threads * iterations; local 1618 EXPECT_EQ(RunTest(&TestMu, threads, iterations, operations), operations); local 1621 operations = threads * iterations; 1623 operations, CheckSumG0G 356 RunTestCommon(TestContext *cxt, void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTestCommon() argument 381 RunTest(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTest() argument 392 RunTestWithInvariantDebugging(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations, void (*invariant)(void *)) RunTestWithInvariantDebugging() argument 1624 operations); global() local 1631 int operations = iterations * threads; global() local 1632 EXPECT_EQ(RunTest(&TestTry, threads, iterations, operations), operations); global() local 1638 operations); global() local 1645 int operations = iterations * threads; global() local 1652 int operations = iterations * threads; global() local 1653 EXPECT_EQ(RunTest(&TestRW, threads, iterations, operations), operations / 2); global() local 1659 operations / 2); global() local 1666 int operations = iterations; global() local 1667 EXPECT_EQ(RunTest(&TestAwait, threads, iterations, operations), operations); global() local 1673 int operations = iterations; global() local 1675 operations); global() local 1681 int operations = iterations; global() local 1682 EXPECT_EQ(RunTest(&TestSignal, threads, iterations, operations), operations); global() local 1688 int operations = iterations; global() local 1690 operations); global() local [all...] |