D | mutex_test.cc | 357 int threads, int iterations, int operations) { in RunTestCommon() argument 382 int iterations, int operations) { in RunTest() argument 384 return RunTestCommon(&cxt, test, threads, iterations, operations); in RunTest() 394 int operations, in RunTestWithInvariantDebugging() argument 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); 1621 operations = threads * iterations; 1623 operations, CheckSumG0G1), 1624 operations); [all …]
|