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.c19 void __tsan_go_start(void *thr, void **chthr, void *pc);
48 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main()
50 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main()
Dtsan_go.cc149 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { in __tsan_go_start() function