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

  /external/compiler-rt/lib/tsan/go/
test.c 19 void __tsan_go_start(void *thr, void **chthr, void *pc);
48 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
50 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
tsan_go.cc 166 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { function

Completed in 64 milliseconds