HomeSort by relevance Sort by last modified time
    Searched defs:thr1 (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/tsan/
cond_cancel.c 14 void *thr1(void *p) { function
29 pthread_create(&th, 0, thr1, 0);
cond.c 15 void *thr1(void *p) { function
48 pthread_create(&th1, 0, thr1, 0);
  /external/compiler-rt/lib/tsan/go/
test.c 47 void *thr1 = 0; local
48 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
51 __tsan_func_enter(thr1, (char*)&foobar + 1);
52 __tsan_func_enter(thr1, (char*)&foobar + 1);
53 __tsan_write(thr1, buf, (char*)&barfoo + 1);
54 __tsan_acquire(thr1, buf);
55 __tsan_func_exit(thr1);
56 __tsan_func_exit(thr1);
57 __tsan_go_end(thr1);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 68 ThreadClock thr1(1);
69 thr1.tick();
74 thr1.ReleaseStore(&sync);
231 ThreadClock *thr1[kThreads]; local
236 thr1[i] = new ThreadClock(i, reused[i]);
253 thr1[tid]->tick();
260 thr1[tid]->acquire(sync1[cid]);
266 thr1[tid]->release(sync1[cid]);
272 thr1[tid]->acq_rel(sync1[cid]);
278 thr1[tid]->ReleaseStore(sync1[cid])
    [all...]

Completed in 42 milliseconds