Searched refs:cxt (Results 1 – 3 of 3) sorted by relevance
/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 88 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 93 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 94 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 95 absl::MutexLock l(&cxt->mu); in TestMu() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 98 cxt->g1--; in TestMu() 102 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 103 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 88 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 93 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 94 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 95 absl::MutexLock l(&cxt->mu); in TestMu() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 98 cxt->g1--; in TestMu() 102 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 103 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/third_party/grpc/src/php/ext/grpc/ |
D | php7_wrapper.h | 128 #define PHP_GRPC_SHA1Update(cxt, str, len) \ argument 129 PHP_SHA1Update(cxt, (unsigned char *)str, len)
|