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

  /external/compiler-rt/lib/tsan/go/
test.c 49 void *thr2 = 0; local
50 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
58 __tsan_func_enter(thr2, (char*)&foobar + 1);
59 __tsan_read(thr2, buf, (char*)&barfoo + 1);
60 __tsan_func_exit(thr2);
61 __tsan_go_end(thr2);
  /external/compiler-rt/test/tsan/
cond.c 29 void *thr2(void *p) { function
49 pthread_create(&th2, 0, thr2, 0);

Completed in 51 milliseconds