Searched refs:__tsan_read (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c27 void __tsan_read(void *thr, void *addr, void *pc);
97 __tsan_read(thr2, buf, (char*)&barfoo + 1);
H A Dtsan_go.cpp172 void __tsan_read(ThreadState *thr, void *addr, void *pc) { function

Completed in 94 milliseconds