tsan_clock_test.cc | 50 vector.acq_rel(&cache, &chunked); 340 void acq_rel(SimpleSyncClock *dst) { function in struct:__tsan::SimpleThreadClock 409 printf("acq_rel thr%d <> clk%d\n", tid, cid); 410 thr0[tid]->acq_rel(sync0[cid]); 411 thr1[tid]->acq_rel(&cache, sync1[cid]);
|