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 53 void *thr0 = 0; local
55 __tsan_init(&thr0, &proc0, symbolize_cb);
59 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
61 __tsan_func_enter(thr0, (char*)&main + 1);
62 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
63 __tsan_release(thr0, buf);
64 __tsan_release_merge(thr0, buf);
66 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
68 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
69 __tsan_func_exit(thr0);
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 308 SimpleThreadClock *thr0[kThreads]; local
313 thr0[i] = new SimpleThreadClock(i);
330 thr0[tid]->tick();
337 thr0[tid]->acquire(sync0[cid]);
343 thr0[tid]->release(sync0[cid]);
349 thr0[tid]->acq_rel(sync0[cid]);
355 thr0[tid]->ReleaseStore(sync0[cid]);
367 u64 epoch = thr0[tid]->clock[tid] + 1;
369 delete thr0[tid];
370 thr0[tid] = new SimpleThreadClock(tid)
    [all...]

Completed in 382 milliseconds