HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_read (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/go/
test.c 21 void __tsan_read(void *thr, void *addr, void *pc);
59 __tsan_read(thr2, buf, (char*)&barfoo + 1);
tsan_go.cc 120 void __tsan_read(ThreadState *thr, void *addr, void *pc) { function

Completed in 211 milliseconds