Lines Matching defs:cxt
89 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local
94 static void TestMu(TestContext *cxt, int c) { in TestMu()
103 static void TestTry(TestContext *cxt, int c) { in TestTry()
115 static void TestR20ms(TestContext *cxt, int c) { in TestR20ms()
123 static void TestRW(TestContext *cxt, int c) { in TestRW()
143 TestContext *cxt; member
148 TestContext *cxt = this->cxt; in MyTurn() local
152 static void TestAwait(TestContext *cxt, int c) { in TestAwait()
170 static void TestSignalAll(TestContext *cxt, int c) { in TestSignalAll()
187 static void TestSignal(TestContext *cxt, int c) { in TestSignal()
205 static void TestCVTimeout(TestContext *cxt, int c) { in TestCVTimeout()
222 static bool G0GE2(TestContext *cxt) { return cxt->g0 >= 2; } in G0GE2()
224 static void TestTime(TestContext *cxt, int c, bool use_cv) { in TestTime()
341 static void TestMuTime(TestContext *cxt, int c) { TestTime(cxt, c, false); } in TestMuTime()
343 static void TestCVTime(TestContext *cxt, int c) { TestTime(cxt, c, true); } in TestCVTime()
357 static int RunTestCommon(TestContext *cxt, void (*test)(TestContext *cxt, int), in RunTestCommon()
382 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest()
384 TestContext cxt; in RunTest() local
393 static int RunTestWithInvariantDebugging(void (*test)(TestContext *cxt, int), in RunTestWithInvariantDebugging()
399 TestContext cxt; in RunTestWithInvariantDebugging() local