Lines Matching defs:cxt
101 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local
106 static void TestMu(TestContext *cxt, int c) { in TestMu()
115 static void TestTry(TestContext *cxt, int c) { in TestTry()
127 static void TestR20ms(TestContext *cxt, int c) { in TestR20ms()
135 static void TestRW(TestContext *cxt, int c) { in TestRW()
155 TestContext *cxt; member
160 TestContext *cxt = this->cxt; in MyTurn() local
164 static void TestAwait(TestContext *cxt, int c) { in TestAwait()
182 static void TestSignalAll(TestContext *cxt, int c) { in TestSignalAll()
199 static void TestSignal(TestContext *cxt, int c) { in TestSignal()
217 static void TestCVTimeout(TestContext *cxt, int c) { in TestCVTimeout()
234 static bool G0GE2(TestContext *cxt) { return cxt->g0 >= 2; } in G0GE2()
236 static void TestTime(TestContext *cxt, int c, bool use_cv) { in TestTime()
347 static void TestMuTime(TestContext *cxt, int c) { TestTime(cxt, c, false); } in TestMuTime()
349 static void TestCVTime(TestContext *cxt, int c) { TestTime(cxt, c, true); } in TestCVTime()
363 static int RunTestCommon(TestContext *cxt, void (*test)(TestContext *cxt, int), in RunTestCommon()
388 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest()
390 TestContext cxt; in RunTest() local
399 static int RunTestWithInvariantDebugging(void (*test)(TestContext *cxt, int), in RunTestWithInvariantDebugging()
405 TestContext cxt; in RunTestWithInvariantDebugging() local