HomeSort by relevance Sort by last modified time
    Searched refs:thr0 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/go/
test.c 38 void *thr0 = 0; local
41 __tsan_init(&thr0, symbolize_cb);
43 __tsan_func_enter(thr0, (char*)&main + 1);
45 __tsan_release(thr0, buf);
46 __tsan_release_merge(thr0, buf);
48 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
50 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
62 __tsan_func_exit(thr0);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 230 SimpleThreadClock *thr0[kThreads]; local
235 thr0[i] = new SimpleThreadClock(i);
252 thr0[tid]->tick();
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]);
289 u64 epoch = thr0[tid]->clock[tid] + 1;
291 delete thr0[tid];
292 thr0[tid] = new SimpleThreadClock(tid)
    [all...]

Completed in 78 milliseconds