Home
last modified time | relevance | path

Searched refs:__tsan_read (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c27 void __tsan_read(void *thr, void *addr, void *pc);
99 __tsan_read(thr2, buf, (char*)&barfoo + 1); in main()
H A Dtsan_go.cpp169 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan.syms.extra3 __tsan_read*
/freebsd/sys/kern/
H A Dsubr_csan.c199 void __tsan_read##size(uintptr_t); \
200 void __tsan_read##size(uintptr_t addr) \