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

/external/compiler-rt/lib/tsan/go/
H A Dtest.c22 void __tsan_write(void *thr, void *addr, void *pc);
53 __tsan_write(thr1, buf, (char*)&barfoo + 1);
H A Dtsan_go.cc132 void __tsan_write(ThreadState *thr, void *addr, void *pc) { function

Completed in 41 milliseconds