Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/go/
Dtest.c20 void __tsan_go_start(void *thr, void **chthr, void *pc);
66 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main()
68 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main()
Dtsan_go.cc213 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { in __tsan_go_start() function