Searched defs:sync0 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc240 SimpleSyncClock *sync0[kClocks]; local
243 sync0[i] = new SimpleSyncClock();
259 thr0[tid]->acquire(sync0[cid]);
265 thr0[tid]->release(sync0[cid]);
271 thr0[tid]->acq_rel(sync0[cid]);
277 thr0[tid]->ReleaseStore(sync0[cid]);
283 sync0[cid]->Reset();
315 if (!thr0[tid]->verify(thr1[tid]) || !sync0[cid]->verify(sync1[cid])) {
327 for (uptr j = 0; j < sync0[i]->size; j++)
328 printf("%s%llu", j == 0 ? "" : ",", sync0[
[all...]

Completed in 669 milliseconds