Home
last modified time | relevance | path

Searched refs:__tsan_write (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan.syms.extra4 __tsan_write*
/freebsd/sys/kern/
H A Dsubr_csan.c217 void __tsan_write##size(uintptr_t); \
218 void __tsan_write##size(uintptr_t addr) \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c28 void __tsan_write(void *thr, void *addr, void *pc);
90 __tsan_write(thr1, buf, (char*)&barfoo + 1); in main()
H A Dtsan_go.cpp181 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write() function