Searched refs:__tsan_func_exit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c30 void __tsan_func_exit(void *thr);
85 __tsan_func_exit(thr0);
90 __tsan_func_exit(thr1);
91 __tsan_func_exit(thr1);
99 __tsan_func_exit(thr2);
H A Dtsan_go.cpp208 void __tsan_func_exit(ThreadState *thr) { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_inl.h106 void __tsan_func_exit() { function
H A Dtsan_interface.h76 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_func_exit();

Completed in 114 milliseconds