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

  /external/compiler-rt/lib/tsan/go/
test.c 26 void __tsan_read(void *thr, void *addr, void *pc);
81 __tsan_read(thr2, buf, (char*)&barfoo + 1);
tsan_go.cc 162 void __tsan_read(ThreadState *thr, void *addr, void *pc) { function
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 47 // void __tsan_read(ThreadState *thr, void *addr, void *pc);
48 MOVQ $__tsan_read(SB), AX
race.go 207 //go:cgo_import_static __tsan_read
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 47 // void __tsan_read(ThreadState *thr, void *addr, void *pc);
48 MOVQ $__tsan_read(SB), AX
race.go 207 //go:cgo_import_static __tsan_read

Completed in 221 milliseconds