Home
last modified time | relevance | path

Searched refs:__tsan_release (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c34 void __tsan_release(void *thr, void *addr);
80 __tsan_release(thr0, buf); in main()
H A Dtsan_go.cpp248 void __tsan_release(ThreadState *thr, void *addr) { in __tsan_release() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.h26 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_release(void *addr);
H A Dtsan.syms.extra10 __tsan_release
H A Dtsan_interface.cpp90 void __tsan_release(void *addr) { in __tsan_release() function
H A Dtsan_interceptors_mac.cpp157 __tsan_release(item);
174 __tsan_release(item); in TSAN_INTERCEPTOR()
503 __tsan_release(new_args->flag); in call_once_callback_wrapper()