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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c29 void __tsan_func_enter(void *thr, void *pc);
77 __tsan_func_enter(thr0, (char*)&main + 1);
86 __tsan_func_enter(thr1, (char*)&foobar + 1);
87 __tsan_func_enter(thr1, (char*)&foobar + 1);
96 __tsan_func_enter(thr2, (char*)&foobar + 1);
H A Dtsan_go.cpp204 void __tsan_func_enter(ThreadState *thr, void *pc) { function

Completed in 48 milliseconds