Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c22 void __tsan_go_end(void *thr);
94 __tsan_go_end(thr1); in main()
102 __tsan_go_end(thr2); in main()
H A Dtsan_go.cpp227 void __tsan_go_end(ThreadState *thr) { in __tsan_go_end() function