Searched refs:__tsan_go_start (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c21 void __tsan_go_start(void *thr, void **chthr, void *pc);
82 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
84 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
H A Dtsan_go.cpp223 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { function

Completed in 104 milliseconds