Home
last modified time | relevance | path

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

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